kosiew commented on code in PR #64960: URL: https://github.com/apache/airflow/pull/64960#discussion_r3295866644
########## providers/databricks/tests/unit/databricks/_retry_test_utils.py: ########## Review Comment: It is not a provider API pattern; it is only a private unit-test helper. There is some precedent for provider-local test utility modules, for example `providers/amazon/tests/unit/amazon/aws/utils/eks_test_utils.py`. Here the helper centralizes the same unsupported Tenacity retry strategies and expected error regex across the operator, sensor, trigger, and utility tests. That keeps the tests consistent and avoids duplicating the exact error pattern in several files. -- 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]
