Skip to content

Commit

Permalink
Chore: fix typo in SQLMeshTrinoOperator.get_db_hook docstring (Tobiko…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas authored Jul 1, 2024
1 parent 1d27a58 commit 1f87549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlmesh/schedulers/airflow/operators/trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(
self._hook_params = kwargs

def get_db_hook(self) -> TrinoHook:
"""Gets the Postgres Hook which contains the DB API connection object"""
"""Gets the Trino Hook which contains the DB API connection object"""
return TrinoHook(self._trino_conn_id, **self._hook_params)

def execute(self, context: Context) -> None:
Expand Down

0 comments on commit 1f87549

Please sign in to comment.