The GitHub Actions job "CodeQL" on airflow.git/query-optimization-serialization 
has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
f188d08a2e08b2ba7149115ff18da52a81cf8655 / Ephraim Anierobi 
<[email protected]>
Optimize Dag processing queries

Improve database query performance in DagFileProcessorManager for
deployments with many Dags:

- Use yield_per to stream results when checking stale Dags
- Chunk bulk updates/deletes to avoid database query size limits
- Select only needed columns instead of full ORM objects
- Use bulk DELETE statements instead of individual session.delete() calls

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

With regards,
GitHub Actions via GitBox


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

Reply via email to