BasPH commented on a change in pull request #4715: [AIRFLOW-3894] unstructured 
connection to webhdfs
URL: https://github.com/apache/airflow/pull/4715#discussion_r257368406
 
 

 ##########
 File path: airflow/hooks/base_hook.py
 ##########
 @@ -88,6 +88,20 @@ def get_hook(cls, conn_id):
         connection = cls.get_connection(conn_id)
         return connection.get_hook()
 
+    @classmethod
+    def connection_url(cls, conn_id, conn_url, conn_port):
+        conn = 
 
 Review comment:
   This line seems unfinished

----------------------------------------------------------------
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

Reply via email to