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 2020/04/20 12:45:17 UTC

[GitHub] [airflow] elwinarens opened a new issue #8470: Fix migrations 1.10.10 for MS SQL Server

elwinarens opened a new issue #8470:
URL: https://github.com/apache/airflow/issues/8470


   **Apache Airflow version**: 1.10.10
   
   **Environment**: 
   
   - **Cloud provider or hardware configuration**: MS SQL Server
   
   **What happened**:
   
   Migrations break on uncaught ProgrammingError:
   https://github.com/apache/airflow/blob/1.10.10/airflow/migrations/versions/852ae6c715af_add_rendered_task_instance_fields_table.py#L48-L49
   
   This was fixed for another migration using this hack in:
   https://github.com/apache/airflow/blob/1.10.10/airflow/migrations/versions/d38e04c12aa2_add_serialized_dag_table.py#L44-L45
   
   **What you expected to happen**:
   The ProgrammingError is caught in the same way as in https://github.com/apache/airflow/blob/1.10.10/airflow/migrations/versions/d38e04c12aa2_add_serialized_dag_table.py#L44-L45
   
   
   **How to reproduce it**:
   Run migrations on a freq MSSQL Server Database
   
   


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #8470: Fix migrations 1.10.10 for MS SQL Server

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8470:
URL: https://github.com/apache/airflow/issues/8470#issuecomment-616528814


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] elwinarens commented on issue #8470: Fix migrations 1.10.10 for MS SQL Server

Posted by GitBox <gi...@apache.org>.
elwinarens commented on issue #8470:
URL: https://github.com/apache/airflow/issues/8470#issuecomment-616531345


   Already fixed in the master branch. Closing


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