dossett commented on issue #5418: [AIRFLOW-3036] Updates for MYSQL migrations URL: https://github.com/apache/airflow/pull/5418#issuecomment-502216830 Here's the travis error, which I think I understand. I'll try to take a look soon, but if anyone else who is more familiar with alchemy wants to look, that would be much appreciated. ``` [0m Traceback (most recent call last):[0m [34mtests/utils/test_db.py[0m line [1m[36m98[0m[0m in [36mtest_database_schema_and_sqlalchemy_model_are_in_sync[0m 'Database schema and SQLAlchemy model are not in sync: ' + str(diff) [31m [31m[1m[31mAssertionError[0m[0m[31m: [0m[31m[[('modify_nullable', None, 'task_fail', 'start_date', {'existing_type': TIMESTAMP(fsp=6), 'existing_server_default': DefaultClause(<sqlalchemy.sql.elements.TextClause object at 0x7fe9935787f0>, for_update=False)}, False, True)]] is not false : Database schema and SQLAlchemy model are not in sync: [[('modify_nullable', None, 'task_fail', 'start_date', {'existing_type': TIMESTAMP(fsp=6), 'existing_server_default': DefaultClause(<sqlalchemy.sql.elements.TextClause object at 0x7fe9935787f0>, for_update=False)}, False, True)]][0m ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
