kunaljubce commented on issue #12562:
URL: https://github.com/apache/airflow/issues/12562#issuecomment-2780863334

   I don't see this deprecated function in use inside our migration files 
anymore - 
   ```
   → grep -r 'explicit_defaults_for_timestamp' .      
    
   ./RELEASE_NOTES.rst:to have specified ``explicit_defaults_for_timestamp=1`` 
in your my.cnf under ``[mysqld]``
   ./airflow-core/docs/howto/set-up-database.rst:Make sure to have specified 
``explicit_defaults_for_timestamp=1`` option under ``[mysqld]`` section
   ./airflow-core/docs/faq.rst:How to fix Exception: Global variable 
``explicit_defaults_for_timestamp`` needs to be on (1)?
   ./airflow-core/docs/faq.rst:This means ``explicit_defaults_for_timestamp`` 
is disabled in your mysql server and you need to enable it by:
   ./airflow-core/docs/faq.rst:#. Set ``explicit_defaults_for_timestamp = 1`` 
under the ``mysqld`` section in your ``my.cnf`` file.
   ./scripts/ci/mysql/conf.d/airflow.cnf:explicit_defaults_for_timestamp = 1
   ```
   
   Are we good to close this and remove the doc references (tracked under 
#15975)?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to