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 2022/04/23 16:51:35 UTC

[GitHub] [airflow] alexott commented on a diff in pull request #22223: DatabricksSqlOperator - switch to databricks-sql-connector 2.x

alexott commented on code in PR #22223:
URL: https://github.com/apache/airflow/pull/22223#discussion_r856940014


##########
airflow/providers/databricks/hooks/databricks_sql.py:
##########
@@ -52,14 +43,40 @@ def __init__(
         http_path: Optional[str] = None,
         sql_endpoint_name: Optional[str] = None,
         session_configuration: Optional[Dict[str, str]] = None,
+        http_headers: Optional[List[Tuple[str, str]]] = None,
+        catalog: Optional[str] = None,
+        schema: Optional[str] = None,
+        **kwargs,
     ) -> None:
+        """
+        Initializes DatabricksSqlHook

Review Comment:
   ah, sorry, mixed up the doc style with other project.



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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