Cross-Provider Workflow
Databricks Run to Snowflake Validate to Google Sheets
Version 1.0.0
Run a Databricks job, validate the output in Snowflake, then publish a summary to Google Sheets.
Providers Orchestrated
Workflows
databricks-validate-to-sheet
Run Databricks, validate in Snowflake, then publish to a sheet.
Triggers a Databricks job, validates the output via a Snowflake query, and writes the validation summary to a Google Sheets range.
1
run-databricks
$sourceDescriptions.databricksApi.runJobNow
Trigger the Databricks processing job.
2
validate
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Validate the produced output by querying Snowflake.
3
publish-summary
$sourceDescriptions.googleSheetsApi.updateValues
Publish the validation summary to the Google Sheets range.
Source API Descriptions
openapi
openapi