This connector extracts technical metadata from FiveTran using FiveTran REST API.
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.
Create a YAML config file based on the following template.
api_key: <api_key>
api_secret: <api_secret>
See Output Config for more information.
See Requests Config for more information.
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.