Databricks Connector
Quickly build integrations connecting your B2B SaaS to Databricks.
About the Databricks Connector
Manage compute, workflow jobs, ML models, SQL queries and more within a Databricks workspace.
Actions
| Action Name | Action Description |
|---|---|
| Get Cluster | Get a Databricks cluster by ID |
| List Clusters | Return information about all pinned clusters, active clusters, up to 200 of the most recently terminated all-purpose clusters in the past 30 days, and up to 30 of the most recently terminated job clusters in the past 30 days. |
| List Node Types | Returns a list of supported Spark node types. These node types can be used to launch a cluster. |
| Restart Cluster | Restart a Databricks cluster by ID |
| Start Terminated Cluster | Start a terminated Databricks cluster by ID |
| Terminate Cluster | Terminate a Databricks cluster by ID |
| Create Execution Context | Create a Databricks execution context |
| Get Command Status | Gets the status of and, if available, the results from a currently executing command. |
| Run Command | Run a command in a Databricks execution context |
| Execute SQL Statement | Run a SQL query in the Databricks workspace. You can choose to wait for the result or asynchronously issue the request and return the statement ID. |
| Get SQL Warehouse | Get a SQL Warehouse by ID. |
| List SQL Warehouses | List all SQL Warehouses in the Databricks workspace |
| Start SQL Warehouse | Start a SQL Warehouse. |
| Stop SQL Warehouse | Stop a SQL Warehouse. |
| Get Current User | Get the currently authenticated Databricks user or service principal. |
| Raw Request | Send raw HTTP request to the Databricks API. |
Triggers
| Trigger Name | Trigger Description |
|---|