You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/14 18:30:22 UTC

[GitHub] [airflow] dossett commented on issue #5418: [AIRFLOW-3036] Updates for MYSQL migrations

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):
       tests/utils/test_db.py line 98 in test_database_schema_and_sqlalchemy_model_are_in_sync
         'Database schema and SQLAlchemy model are not in sync: ' + str(diff)
      AssertionError: [[('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)]]
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services