Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 3.56 KB

fivetran.md

File metadata and controls

93 lines (59 loc) · 3.56 KB
title excerpt products keywords
Integrate Fivetran with Timescale Cloud
Fivetran is a fully managed data pipeline platform that simplifies extract, transform, and load processes. Integrate Fivetran with Timescale Cloud for seamless data synchronization
cloud
Fivetran
PostgreSQL
connection
integrate

import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.mdx";

Integrate Fivetran with $CLOUD_LONG

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.

Fivetran data in a service

This page shows you how to inject data from data sources managed by Fivetran into a $SERVICE_LONG.

Prerequisites

Set your $SERVICE_LONG as a destination in Fivetran

To be able to inject data into your $SERVICE_LONG, set it as a destination in Fivetran:

Fivetran data destination

  1. In Fivetran Dashboard > Destinations, click Add destination.

  2. Search for the PostgreSQL connector and click Select. Add the destination name and click Add.

  3. In the PostgreSQL setup, add your $SERVICE_LONG connection details, then click Save & Test.

    Fivetran validates the connection settings and sets up any security configurations.

  4. Click View Destination.

    The Destination Connection Details page opens.

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 $SERVICE_LONG. This section shows you how to inject the logs for your Fivetran connections into your $SERVICE_LONG.

Fivetran data source

  1. In Fivetran Dashboard > Connections, click Add connector.

  2. Search for the Fivetran Platform connector, then click Setup.

  3. Leave the default schema name, then click Save & Test.

    You see All connection tests passed!

  4. Click Continue, enable Add Quickstart Data Model and click Continue.

    Your Fivetran connection is connected to your $SERVICE_LONG destination.

  5. Click Start Initial Sync.

    Fivetran creates the log schema in your $SERVICE_SHORT and syncs the data to your $SERVICE_SHORT.

View Fivetran data in your $SERVICE_LONG

To see data injected by Fivetran into your $SERVICE_LONG:

  1. In data mode in $CONSOLE, select your $SERVICE_SHORT, then run the following query:

    SELECT *
    FROM fivetran_log.account
    LIMIT 10;

    You see something like the following:

    Fivetran data in a service

You have successfully integrated Fivetran with $CLOUD_LONG.