You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/11 01:02:22 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #15602: Update KylinHook docstring

kaxil commented on a change in pull request #15602:
URL: https://github.com/apache/airflow/pull/15602#discussion_r629777234



##########
File path: airflow/providers/apache/kylin/hooks/kylin.py
##########
@@ -26,6 +26,8 @@
 
 class KylinHook(BaseHook):
     """
+    Interact with Kylin to run CubeSource commands and get job status.
+    
     :param kylin_conn_id: The connection id as configured in Airflow administration.

Review comment:
       ```suggestion
       Interact with Kylin to run CubeSource commands and get job status.
   
       :param kylin_conn_id: The connection id as configured in Airflow administration.
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org