This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new dcb8932  Update KylinHook docstring (#15602)
dcb8932 is described below

commit dcb89327462cc72dc0146dc77d50a0399bc97f82
Author: pgzmnk <pgz...@gmail.com>
AuthorDate: Sat May 15 03:02:35 2021 -0600

    Update KylinHook docstring (#15602)
    
    
    
    Add short description to KylinHook.
    
    
    Co-authored-by: Kaxil Naik <kaxiln...@gmail.com>
---
 airflow/providers/apache/kylin/hooks/kylin.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow/providers/apache/kylin/hooks/kylin.py 
b/airflow/providers/apache/kylin/hooks/kylin.py
index 70a5d73..7ee87b5 100644
--- a/airflow/providers/apache/kylin/hooks/kylin.py
+++ b/airflow/providers/apache/kylin/hooks/kylin.py
@@ -26,6 +26,8 @@ from airflow.hooks.base import BaseHook
 
 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.
     :type kylin_conn_id: str
     :param project: project name

Reply via email to