RunDatabricksJob 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-databricks-processors-nar
DESCRIPTION¶
Triggers a pre-defined Databricks job to run with custom parameters. Job parameters can be set using dynamic properties
INPUT REQUIREMENT¶
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Databricks Client |
Databricks Client Service. |
Job ID |
Databricks Job ID |
Job Name |
Databricks Job Name |
Wait for Job Completion |
Wait for the Databricks job to complete before transferring the FlowFile to success |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
Databricks failure relationship |
success |
Databricks success relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
job.run.id |
The run id assigned to the invoked job |
job.result.state |
The result state for the invoked job |
error.code |
The error code for the SQL statement if an error occurred. |
error.message |
The error message for the SQL statement if an error occurred. |