The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user uranusjr (triggered by uranusjr).
Head commit for run: 6449bcb39278fda79cfbf83056e6a2e74b74d992 / Tzu-ping Chung <uranu...@gmail.com> Speed up log template sync by avoiding ORM Configuring ORM in SQLAlchemy is significant in some commands that don't need the ORM otherwise (e.g. webserver, since the ORM is only needed in Gunicorn workers, not the parent process). This eliminates ORM access from all SELECT queries so SQLAlchemy configuration is minimal unless we detect the need to insert something into the database. To keep complexity reasonable, ORM is still used for queries that write data to the database. Writing things requires SQLALchemy to do more anyway and the ORM configuration overhead is not significant to worth the trouble IMO. We can always revisit this later if needed. Report URL: https://github.com/apache/airflow/actions/runs/4425864009 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org