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

Head commit for run:
76346f893daceb70967a420bd05c3cef8b77dcce / Ephraim Anierobi 
<[email protected]>
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/3409870280

With regards,
GitHub Actions via GitBox


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

Reply via email to