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

Head commit for run:
e0018e35e4bb7bc4548c8fb4fcdd4b634697c6cb / Daniel Standish 
<[email protected]>
Avoid joinedload loading with one-to-many relations in dag bulk write query

Currently we are using joinedload on a lot of relations to dag in the query 
that locks the dag row.  This could potentially result in join explosion if we 
were dealing with significant numbers of dags (e.g. dag factory) along with 
many dag tags or dataset references.

There's not really a good reason to load eagerly in this way.  So let's not do 
it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to