The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 4cb5c8d2f1e11cf111e876e7cc495d4d690d4f53 / Jarek Potiuk <[email protected]> Fix failing test case for db clean in newer sqlalchemy (#28004) Fixing of ambiguity of treating "*" in SQLAlchemy 4.1.42 made our tests to fail, because they were trying to execute the query from aliased table as a standalone queryi for verificaiton, where in "reality" the same query would be executed as part of "CREATE AS" statement. The tests started to fail with the new SQLAlchemy and the fix was to change our tests to also run "CREATE AS" statement and count number of rows in the created temporary table. (cherry picked from commit 122d60b5b4547f7380d58eea148552607264122e) Report URL: https://github.com/apache/airflow/actions/runs/3582585716 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
