omusavi commented on a change in pull request #4121: [AIRFLOW-2568] Azure 
Container Instances operator
URL: https://github.com/apache/incubator-airflow/pull/4121#discussion_r234517627
 
 

 ##########
 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:
   Good catch, was not updated in last iteration, will fix and do some more 
testing to find additional issues like this

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to