justinpakzad commented on code in PR #60084: URL: https://github.com/apache/airflow/pull/60084#discussion_r2659208156
########## providers/databricks/provider.yaml: ########## @@ -93,6 +93,16 @@ versions: - 1.0.1 - 1.0.0 +dependencies: Review Comment: The dependencies should be removed entirely from `providers.yaml` - that file is not for package dependencies. I would suggest you have a look at the other related PRs since they all follow a similar pattern. -- 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]
