Skip to content

Latest commit

 

History

History

fivetran

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

FiveTran Connector

This connector extracts technical metadata from FiveTran using FiveTran REST API.

Setup

To access the FiveTran REST API, an API Key and an API secret are needed. You can follow the FiveTran documentation to generate a key and a secret.

Config File

Create a YAML config file based on the following template.

Required Configurations

api_key: <api_key>
api_secret: <api_secret>

Optional Configurations

Output Destination

See Output Config for more information.

Testing

Follow the Installation instructions to install metaphor-connectors in your environment (or virtualenv).

Run the following command to test the connector locally:

metaphor fivetran <config_file>

Manually verify the output after the command finishes.