Fokko commented on a change in pull request #4121: [AIRFLOW-2568] Azure
Container Instances operator
URL: https://github.com/apache/incubator-airflow/pull/4121#discussion_r234454674
##########
File path: airflow/models.py
##########
@@ -805,6 +806,9 @@ def get_hook(self):
elif self.conn_type == 'azure_data_lake':
from airflow.contrib.hooks.azure_data_lake_hook import
AzureDataLakeHook
return AzureDataLakeHook(azure_data_lake_conn_id=self.conn_id)
+ elif self.conn_type == 'azure_container_instances':
+ from airflow.contrib.hooks.azure_data_lake_hook import
AzureContainerHook
Review comment:
Where is the `AzureContainerHook`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services