vatsrahul1001 commented on PR #55975: URL: https://github.com/apache/airflow/pull/55975#issuecomment-3323579342
**Testing** Steps for testing in astro 1. Created 3.0.6 deployment and executed dag runs 2. Upgraded to `db-downgrade` branch in OSS and executed dag runs 3. Initiated downgrade 4. Verified migration job pod and confirmed patch downgrade version did execute ``` 025-09-23T04:17:57.594277Z [info [] Running downgrade cc92b33c6709 -> eaf332f43c7c, Add backward compatibility for serialized DAG format v3 to v2. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.764601Z [info [] Running downgrade eaf332f43c7c -> a3c7f2b18d4e, add last_parse_duration to dag model. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.775642Z [info [] Running downgrade a3c7f2b18d4e -> 7582ea3f3dd5, Add tables to store teams and associations with dag bundles. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.804898Z [info [] Running downgrade 7582ea3f3dd5 -> a169942745c2, Make bundle_name not nullable. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.820755Z [info [] Running downgrade a169942745c2 -> 808787349f22, Remove dag_id from Deadline. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.833496Z [info [] Running downgrade 808787349f22 -> 3bda03debd04, Modify deadline's callback schema. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.845897Z [info [] Running downgrade 3bda03debd04 -> f56f68b9e02f, Add url template and template params to DagBundleModel. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.857328Z [info [] Running downgrade f56f68b9e02f -> 09fa89ba1710, Add callback_state to deadline. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.880375Z [info [] Running downgrade 09fa89ba1710 -> 40f7c30a228b, Add trigger_id to deadline. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.892091Z [info [] Running downgrade 40f7c30a228b -> ffdb0566c7c0, Add Human In the Loop Detail table. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.903529Z [info [] Running downgrade ffdb0566c7c0 -> 66a7743fe20e, Add dag_favorite table. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.915499Z [info [] Running downgrade 66a7743fe20e -> 583e80dfcef4, Add triggering user to dag_run. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.926852Z [info [] Running downgrade 583e80dfcef4 -> 3ac9e5732b1f, Add task_inlet_asset_reference table. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.938975Z [info [] Running downgrade 3ac9e5732b1f -> 0242ac120002, Change the on-delete behaviour of task_instance.dag_version_id foreign key constraint to RESTRICT. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.953119Z [info [] Running downgrade 0242ac120002 -> dfee8bd5d574, Rename Deadline column in the Deadline table from deadline to deadline_time and change its type from DateTime to UTC DateTime. [alembic.runtime.migration] loc=migration.py:622 2025-09-23T04:17:57.977139Z [info [] Running downgrade dfee8bd5d574 -> fe199e1abd77, Add Deadline to Dag. [alembic.runtime.migration] loc=migration.py:622 Performing downgrade with database postgresql://absolute_insulator_7495_airflow:***@absolute-insulator-7495-pgbouncer.absolute-insulator-7495.svc.cluster.local:6543/absolute-insulator-7495-pgbouncer-metadata?sslmode=disable Downgrade complete ``` 5. Confirmed I am able to see runs executed in step #2 and no error in API server logs -- 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]
