The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user Kache (triggered by Kache).

Head commit for run:
3b6ca5a63923f44ca79ed3f905bf9800ca182d27 / Kevin C 
<[email protected]>
Fix model loading order of DagRunNote vs User

It seems DagRun gets loaded before User, resulting in a
sqlalchemy.exc.NoReferencedTableError (at least when running `airflow
tasks test DAG_ID TASK_ID`) when defining DagRun's foreign key to the
still nonexistent User table.

Referencing the column object instead of using str establishes proper
import ordering and fixes the issue.

Fix: #34109

Report URL: https://github.com/apache/airflow/actions/runs/6856211363

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to