alexott commented on a change in pull request #21363:
URL: https://github.com/apache/airflow/pull/21363#discussion_r805685345
##########
File path: docs/apache-airflow-providers-databricks/connections/databricks.rst
##########
@@ -81,6 +82,12 @@ Extra (optional)
* ``azure_resource_id``: optional Resource ID of the Azure Databricks
workspace (required if managed identity isn't
a user inside workspace)
+ Following parameters could be set when using ``DatabricksSqlOperator``:
+
+ * ``http_path``: optional HTTP path of Databricks SQL endpoint or
Databricks cluster. See `documentation
<https://docs.databricks.com/dev-tools/python-sql-connector.html#get-started>`_.
+ * ``session_configuration``: optional map containing Spark session
configuration parameters.
+ * named internal arguments to the ``Connection`` object from
``databricks-sql-connector`` package.
Review comment:
yep, will add, together with example
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]