Re: [PR] wip: Avoid SQLAchemy Query API usage in tests [airflow]

2024-03-29 Thread via GitHub
Taragolis closed pull request #37242: wip: Avoid SQLAchemy Query API usage in tests URL: https://github.com/apache/airflow/pull/37242 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

Re: [PR] wip: Avoid SQLAchemy Query API usage in tests [airflow]

2024-03-25 Thread via GitHub
github-actions[bot] commented on PR #37242: URL: https://github.com/apache/airflow/pull/37242#issuecomment-2019139260 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] wip: Avoid SQLAchemy Query API usage in tests [airflow]

2024-02-08 Thread via GitHub
Taragolis commented on PR #37242: URL: https://github.com/apache/airflow/pull/37242#issuecomment-1934033043 Interesting issue after switch to query builder AP, only related to the remote loggers ```console ERROR tests/providers/alibaba/cloud/log/test_oss_task_handler.py::TestOSSTa

[PR] wip: Avoid SQLAchemy Query API usage in tests [airflow]

2024-02-08 Thread via GitHub
Taragolis opened a new pull request, #37242: URL: https://github.com/apache/airflow/pull/37242 Attempt to reduce legacy SQLAchemy Query API usage in Airflow tests. Where it possible use common testing utils, like `clear_db_*` in the other cases use statements builder.