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 2021/01/05 21:00:23 UTC

[GitHub] [airflow] houqp commented on pull request #13278: fix dag run type enum query for mysqldb driver

houqp commented on pull request #13278:
URL: https://github.com/apache/airflow/pull/13278#issuecomment-754896047


   > Do we need to add a migration to correct any old values that might exist?
   
   Sorry, my reply did not get sent out correctly yesterday.
   
   I suggest leaving out the value fix up as a separate quick follow up task so we can get this fix out to new installations sooner.
   
   For the db fix up, I am thinking that alembic might not be the right tool since it's supposed to be ran before deploying the application code. If we fix up the value through alembic, the existing code could still write invalid values into the db until it has been replaced by new code.
   
   Is there a tool in airflow that are supposed to be ran by users after code deployment has been done?


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