Lee-W commented on code in PR #63437:
URL: https://github.com/apache/airflow/pull/63437#discussion_r2945215175


##########
airflow-core/src/airflow/migrations/versions/0097_3_2_0_enforce_log_event_and_dag_is_stale_not_null.py:
##########
@@ -38,21 +38,29 @@
 
 def upgrade():
     """Bring existing deployments in line with 0010 and 0067."""
+    from airflow.migrations.utils import disable_sqlite_fkeys

Review Comment:
   Let's import from the top level



##########
airflow-core/src/airflow/migrations/versions/0106_3_2_0_add_partition_key_to_backfill_dag_run.py:
##########
@@ -42,22 +42,29 @@
 
 def upgrade():
     """Apply Add partition_key to backfill_dag_run."""
+    from airflow.migrations.utils import disable_sqlite_fkeys

Review Comment:
   same here



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