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

Head commit for run:
872d853a8d2f3a84e928642bd3cfd8b5a6ac86a1 / Ephraim Anierobi 
<[email protected]>
Refactor sqlalchemy queries to 2.0 style (Part 1)

This commit updates the sqlalchemy queries to adopt the 2.0 query style,
which is compatible with version 1.4. The changes involve updating the engine
with the future=True flag to indicate the execution of queries using the 2.0 
style.
As a result, textual SQL statements are wrapped with the text function.

In addition, queries that previously used delete and update operations have been
modified to utilize the new delete/update construct. Furthermore, all queries 
within the
jobs/ and api/ directories have been thoroughly updated to employ the new style 
queries.

Please note that this commit intentionally stops at this point to ensure ease 
of review for the pull request.
The only test change is the addition of the future flag to the create_engine 
function.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to