Cross-Provider Workflow
Snowflake Query Results to Airtable Records
Version 1.0.0
Run a Snowflake SQL query, then create the rows as records in an Airtable table.
Providers Orchestrated
Workflows
snowflake-query-to-airtable
Query Snowflake and push the results into an Airtable table.
Submits a Snowflake SQL statement, then creates Airtable records from the returned rows so analysts can collaborate on the query output.
1
run-query
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Submit a SQL statement to Snowflake and retrieve the result rows.
2
create-records
$sourceDescriptions.airtableApi.createRecords
Create Airtable records from the Snowflake query results.
Source API Descriptions
openapi