Create the pipeline
- Open Data Pipelines.
- Click New Pipeline.
- Enter a name and optional description.
- Choose the source connection.
- Create and open the pipeline.
Configure Source
- Open Source.
- Test the connection and click Discover catalog.
- Enable the required streams.
- Choose Full table or Incremental for each supported stream.
- Enter a cursor for Incremental streams.
- Inspect fields, preview rows, and click Save stream settings.
Add a destination
- Open Destinations.
- Click Add destination.
- Choose a destination connection and set its schema/database or Airtable base/table.
- Click Save destination.
Create a transformation
- Open Transformations and select the destination.
- Click New transformation.
- Choose input streams, enter the output model name, and write SQL against the staged source relations.
- Save draft, Validate draft, Preview output, and Publish revision.
Configure output targets
- Return to Destinations and open the destination.
- Under Published output targets, enter each final table and Upsert key.
- For Airtable, map output columns to writable fields and select merge fields.
- Use Create or verify destination table for database targets when needed.
- Save the destination.