turbaszek opened a new issue #12562: URL: https://github.com/apache/airflow/issues/12562
**Description** Airflow with MySQL as backend depends on `explicit_defaults_for_timestamp` flag: https://github.com/apache/airflow/blob/ef0e34d97b9ee2c1911af7209592da9760efa217/airflow/migrations/versions/0e2a74e0fc9f_add_time_zone_awareness.py#L39-L44 Which according to MySQL documentation: >explicit_defaults_for_timestamp is itself deprecated because its only purpose is to permit control over deprecated TIMESTAMP behaviors that are to be removed in a future MySQL release. When removal of those behaviors occurs, expect explicit_defaults_for_timestamp to be removed as well. **Use case / motivation** We should not rely on functions that can be dropped in future. **Related Issues** N/A ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
