Cross-Provider Workflow
Google Sheets to Snowflake Ingest
Version 1.0.0
Read a Google Sheets range, then load the values into Snowflake via a SQL insert.
Providers Orchestrated
Workflows
sheets-to-snowflake-ingest
Pull values from a Google Sheet and insert them into Snowflake.
Reads a Google Sheets range, then submits a Snowflake INSERT statement binding the sheet values so the spreadsheet data lands in a warehouse table.
1
read-sheet
$sourceDescriptions.googleSheetsApi.getValues
Read the values from the configured Google Sheets range.
2
ingest-to-snowflake
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Submit a Snowflake INSERT statement binding the sheet values.
Source API Descriptions
openapi
openapi