potiuk commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1430132592
########## airflow/providers/databricks/provider.yaml: ########## @@ -59,7 +59,7 @@ versions: dependencies: - apache-airflow>=2.6.0 - - apache-airflow-providers-common-sql>=1.8.1 + - apache-airflow-providers-common-sql>=1.9.1 Review Comment: Ah no.... scratch that... 1.9.1 is fine (looked at all version of provider.yaml of common.sql). Can you, however add 1.9.1 in the `provider.yaml` as it will not pass the tests. When two providers depends on each other with min-version, the min-version has to be added to provider.yaml of the provider that is depended on. -- 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]
