Available Modules
Modules are Python callables available from this provider package.
Types:
HooksOperatorsTriggersInteract with Databricks.
Runs an existing Spark job run to Databricks using the api/2.1/jobs/run-now API endpoint.
Submits a Spark job run to Databricks using the api/2.1/jobs/runs/submit API endpoint.
Hook to interact with Databricks SQL.
Base for interaction with Databricks.
Executes SQL code in a Databricks SQL endpoint or a Databricks cluster
Executes COPY INTO command in a Databricks SQL endpoint or a Databricks cluster. COPY INTO command is constructed from individual pieces, that are des…
Deletes specified repository using DELETE api/2.0/repos API endpoint.
Creates a Databricks Repo using POST api/2.0/repos API endpoint and optionally checking it out to a specific branch or tag.
Updates specified repository to a given branch or tag using PATCH api/2.0/repos API endpoint.
Deferrable version of DatabricksSubmitRunOperator
The trigger handles the logic of async communication with DataBricks API.
Deferrable version of DatabricksRunNowOperator