Skip to content

Commit

Permalink
Update KylinHook docstring (#15602)
Browse files Browse the repository at this point in the history

Add short description to KylinHook.


Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
  • Loading branch information
pgzmnk and kaxil committed May 15, 2021
1 parent 83b50d3 commit dcb8932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/apache/kylin/hooks/kylin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:type kylin_conn_id: str
:param project: project name
Expand Down

0 comments on commit dcb8932

Please sign in to comment.