Cross-Provider Workflow
Airtable Records to Snowflake Table
Version 1.0.0
List records from an Airtable table, then insert them into a Snowflake table.
Providers Orchestrated
Workflows
airtable-to-snowflake
Pull Airtable records and insert them into Snowflake.
Lists records from an Airtable table, then submits a Snowflake INSERT statement binding the record values so the operational data lands in the warehouse.
1
list-records
$sourceDescriptions.airtableApi.listRecords
List the records from the Airtable table.
2
insert-to-snowflake
$sourceDescriptions.snowflakeSqlApi.SubmitStatement
Insert the Airtable records into a Snowflake table.
Source API Descriptions
openapi
openapi