PipedreamHQ / PipedreamHQ/pipedream
[Components] databricks_oauth
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# databricks_oauth
## URLs
- https://docs.databricks.com/api/workspace/introduction
## Webhook Sources
### new-job-run-instant
#### Description
Emit new event when a Databricks job run is completed. Users can optionally filter by job ID to track specific runs.
### new-cluster-event-instant
#### Description
Emit new event when a cluster event occurs in Databricks, such as start, termination, or failure. Users can configure event types to monitor.
### new-notebook-command-execution-instant
#### Description
Emit new event when a command execution happens within a Databricks notebook. Users can optionally specify a notebook ID to monitor specific executions.
## Actions
### run-job
#### Description
Trigger a Databricks job run by specifying a job ID and optional parameters to override job settings.
### execute-notebook
#### Description
Execute a Databricks notebook by providing the notebook path along with optional parameters for execution.
### create-cluster
#### Description
Create a new Databricks cluster with configurable parameters including cluster size, runtime version, and node type.
Contributor guide
Assessment
This issue has not been assessed yet.