The Fivetran Resource Provider lets you manage Fivetran resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @footholdtech/fivetranor yarn:
yarn add @footholdtech/fivetranTo use from Python, install using pip:
pip install footholdtech_fivetranTo use from Go, use go get to grab the latest version of the library:
go get github.com/footholdtech/pulumi-fivetran/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package Footholdtech.FivetranThe following configuration points are available for the fivetran provider:
fivetran:api_key(environment:FIVETRAN_APIKEY) - This is the user id that should be used to make the connection.fivetran:api_secret(environment:FIVETRAN_APISECRET) - This is the password that should be used to make the connection.fivetran:api_url(environment:FIVETRAN_APIURL) - This is the base URL of your Fivetran instance.