Cross-Provider Workflow
dbt Job Run to Snowflake Query to Google Sheets
Version 1.0.0
Trigger a dbt Cloud job, query the transformed data in Snowflake, then export it to Google Sheets.
Providers Orchestrated
Workflows
dbt-job-to-snowflake-to-sheets
Run a dbt job, query Snowflake, and export results to a sheet.
Triggers a dbt Cloud job run, executes a Snowflake SQL statement against the transformed model, and writes the returned values to a Google Sheets range.
1
trigger-dbt-job
$sourceDescriptions.dbtAdminApi.triggerJobRun
Trigger a dbt Cloud job run for the transformation.
2
query-snowflake
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Run a SQL statement against the transformed Snowflake tables.
3
write-to-sheet
$sourceDescriptions.googleSheetsApi.updateValues
Write the query results into a Google Sheets range.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.