Cross-Provider Workflow
Google Sheets Config to Databricks Job Run
Version 1.0.0
Read pipeline parameters from a Google Sheet, then trigger a parameterized Databricks job.
Providers Orchestrated
Workflows
sheets-config-to-databricks
Read params from a sheet, then trigger a Databricks job with them.
Reads run parameters from a Google Sheets range and triggers a parameterized Databricks job run using those values.
1
read-config
$sourceDescriptions.googleSheetsApi.getValues
Read the pipeline run parameters from the Google Sheet.
2
trigger-job
$sourceDescriptions.databricksApi.runJobNow
Trigger the parameterized Databricks job run.
Source API Descriptions
openapi