Skip to content

Commit

Permalink
Change default kylin_conn_id to the default_conn_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamy7 committed Dec 25, 2023
1 parent 37ec93c commit 072dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/hooks/kylin.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class KylinHook(BaseHook):

def __init__(
self,
kylin_conn_id: str = "kylin_default",
kylin_conn_id: str = default_conn_name,
project: str | None = None,
dsn: str | None = None,
):
Expand Down

0 comments on commit 072dddb

Please sign in to comment.