Cross-Provider Workflow
Snowflake Task Execute to Google Sheets Export
Version 1.0.0
Execute a Snowflake task, query its target table, then export the rows to Google Sheets.
Providers Orchestrated
Workflows
task-execute-to-sheet
Execute a Snowflake task, query the result, and export to a sheet.
Executes a Snowflake task to refresh a table, queries the refreshed rows via the SQL API, and writes them to a Google Sheets range.
1
execute-task
$sourceDescriptions.snowflakeTaskApi.executeTask
Manually execute the Snowflake task to refresh the table.
2
query-results
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Query the refreshed table via the Snowflake SQL API.
3
export-to-sheet
$sourceDescriptions.googleSheetsApi.updateValues
Write the query results into the Google Sheets range.
Source API Descriptions
openapi
openapi