dstandish commented on code in PR #23317:
URL: https://github.com/apache/airflow/pull/23317#discussion_r899456658
##########
tests/always/test_example_dags.py:
##########
@@ -60,7 +60,7 @@ def test_should_be_importable(example):
@pytest.mark.parametrize("example", example_dags_except_db_exception(),
ids=relative_path)
def test_should_not_do_database_queries(example):
- with assert_queries_count(0):
+ with assert_queries_count(0,
ignore_patterns=['dagbag.py:validate_task_pools']):
Review Comment:
ok @potiuk i moved the logic to dag processor. so it will not run in every
DagBag load, only when dags are loaded by the dag processor
--
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 comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]