DatabricksHookAsync
Astronomer ProvidersInteract with Databricks.
Access Instructions
Install the Astronomer Providers provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
databricks_conn_idstrReference to the Databricks connection.
timeout_secondsintThe amount of time in seconds the requests library will wait before timing-out.
retry_limitintThe number of times to retry the connection in case of service outages.
retry_delayfloatThe number of seconds to wait between retries (it might be a floating point number).
Documentation
Interact with Databricks.