You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/07 10:54:34 UTC

[GitHub] [airflow]: Workflow run "Build images for Fix sqlalchemy primary key black-out error on DDRQ https://github.com/apache/airflow/pull/27538 " is working again!

The GitHub Actions job "Build images for Fix sqlalchemy primary key black-out error on DDRQ https://github.com/apache/airflow/pull/27538
" on airflow.git has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
20730ea5b69c68a6f8b8b625af08904a6bb6aeda / Ephraim Anierobi <sp...@gmail.com>
Fix sqlalchemy primary key black-out error on DDRQ

What happened was that the DatasetDagRunQueue(DDRQ) was updated before the change in the consumer dag.
During sync to db, the dataset was marked for deletion from the dag causing the primary key in DDRQ to be nullified which threw an error.
The solution was to add cascade deletion on DagScheduleDatasetReference relation to DDRQ so that when DagScheduleDatasetReference object is marked for deletion the DDRQ object will also be marked

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org