Beispiel #1
0
 def _get_hook(self) -> DatabricksSqlHook:
     return DatabricksSqlHook(
         self.databricks_conn_id,
         http_path=self._http_path,
         session_configuration=self.session_config,
         sql_endpoint_name=self._sql_endpoint_name,
     )
Beispiel #2
0
 def _get_hook(self) -> DatabricksSqlHook:
     return DatabricksSqlHook(
         self.databricks_conn_id,
         http_path=self._http_path,
         session_configuration=self.session_config,
         sql_endpoint_name=self._sql_endpoint_name,
         http_headers=self._http_headers,
         catalog=self._catalog,
         schema=self._schema,
         **self._client_parameters,
     )