potiuk commented on code in PR #23317:
URL: https://github.com/apache/airflow/pull/23317#discussion_r895410000
##########
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:
Are you sure we want to do it @dstandish ? This basically means that
whenever we parse DAGs we make Database queries.
--
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]