Integrate Fivetran with Tiger Cloud
Automatically sync data from multiple sources to simplify ETL processes
Fivetran is a fully managed data pipeline platform that simplifies ETL (Extract, Transform, Load) processes by automatically syncing data from multiple sources to your data warehouse.
This page shows you how to inject data from data sources managed by Fivetran into a Tiger Cloud service.
Prerequisites for this integration guide
To follow these steps, you'll need:
-
These steps use Tiger Cloud, but the same approach applies to a self-hosted TimescaleDB instance.
- Your connection details.
- A Fivetran account.
Set your service as a destination in Fivetran
Section titled “Set your service as a destination in Fivetran”To be able to inject data into your Tiger Cloud service, set it as a destination in Fivetran:
- Add a destination
In Fivetran Dashboard > Destinations, click
Add destination. - Select the PostgreSQL connector
Search for the PostgreSQL connector and click
Select. Add the destination name and clickAdd. - Connect Fivetran to your service
In the PostgreSQL setup, add your Tiger Cloud service connection details, then click
Save & Test.Fivetran validates the connection settings and sets up any security configurations.
- Click
View DestinationThe
Destination Connection Detailspage opens.
Set up a Fivetran connection as your data source
Section titled “Set up a Fivetran connection as your data source”In a real world scenario, you can select any of the over 600 connectors available in Fivetran to sync data with your Tiger Cloud service. This section shows you how to inject the logs for your Fivetran connections into your Tiger Cloud service.
- Add a connection
In Fivetran Dashboard > Connections, click
Add connection. - Select the
Fivetran PlatformconnectorSearch for the
Fivetran Platformconnector, then clickSet up. - Save and test the connection
Leave the default schema name, then click
Save & Test. You seeAll connection tests passed! - Build data models
Click
Continue, selectYes, build data models for me, and clickContinue. Your Fivetran connection is connected to your Tiger Cloud service destination. - Start the initial sync
Select
Start syncing all my data nowand clickStart initial sync. Fivetran creates the log schema in your service and syncs the data to your service.
View Fivetran data in your service
Section titled “View Fivetran data in your service”To see data injected by Fivetran into your Tiger Cloud service:
- Query the synced data
In Tiger Console, click
Data view, select your service, then run the following query:SELECT *FROM fivetran_log.accountLIMIT 10;You see something like the following:

You have successfully integrated Fivetran with Tiger Cloud.