nailo2c commented on code in PR #61188:
URL: https://github.com/apache/airflow/pull/61188#discussion_r2784206506
##########
providers/google/pyproject.toml:
##########
@@ -172,7 +172,7 @@ dependencies = [
"apache-airflow-providers-apache-cassandra"
]
"microsoft.azure" = [
- "apache-airflow-providers-microsoft-azure"
+ "apache-airflow-providers-microsoft-azure", # use next version
Review Comment:
IMHO, the `ADLSToGCSOperator` in the Google provider relies on
`ADLSListOperator` in the Microsoft Azure provider. Therefore, we need to
ensure the dependency points to the upcoming version of the Microsoft provider.
--
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]