eladkal commented on a change in pull request #17885:
URL: https://github.com/apache/airflow/pull/17885#discussion_r698042354
##########
File path: airflow/providers/microsoft/azure/provider.yaml
##########
@@ -105,6 +110,9 @@ sensors:
- integration-name: Microsoft Azure Blob Storage
python-modules:
- airflow.providers.microsoft.azure.sensors.wasb
+ - integration-name: Microsoft Azure Data Factory
+ python-modules:
+ - airflow.providers.microsoft.azure.sensors.azure_data_factory
Review comment:
This doesn't comply with `AIP-21: Changes in import paths`.
```suggestion
- airflow.providers.microsoft.azure.sensors.data_factory
```
I know there are other Azure operators/sensor that aren't comply as well. We
will need fix someday but lets not introduce new operators/sensor that aren't
compatible with the AIP. created https://github.com/apache/airflow/issues/17898
as followup
--
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]