dimberman commented on code in PR #29642: URL: https://github.com/apache/airflow/pull/29642#discussion_r1118981379
########## tests/providers/google/cloud/sensors/test_bigquery.py: ########## @@ -37,7 +37,7 @@ TEST_IMPERSONATION_CHAIN = ["ACCOUNT_1", "ACCOUNT_2", "ACCOUNT_3"] -class TestBigqueryTableExistenceSensor(TestCase): +class TestBigqueryTableExistenceSensor: Review Comment: Ahhh ok that makes sense. I'm always a fan of minimizing nesting as much as possible but I think this is reasonable considering there are multiple classes in the file -- 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]
