uranusjr commented on PR #29714:
URL: https://github.com/apache/airflow/pull/29714#issuecomment-1442259490

   > Are there any existing Airflow benchmarks related to applying migrations? 
I need more information to make a call on this - it would be great if we could 
have some data to make this decision.
   
   The problem is not on applying migrations, but loading the migrations into 
memory without applying, which is needed for the `check` option. Unfortunately 
I don’t have results for those.
   
   One option we have here would be to make the option an enum-based one 
instead of boolean, but with only two possible values (true and false). The 
check option can be investigated later.


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