1.5.1 • Published 8 months ago
@footholdtech/fivetran v1.5.1
Fivetran Resource Provider
The Fivetran Resource Provider lets you manage Fivetran resources.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @footholdtech/fivetranor yarn:
yarn add @footholdtech/fivetranPython
To use from Python, install using pip:
pip install footholdtech_fivetranGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/footholdtech/pulumi-fivetran/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Footholdtech.FivetranConfiguration
The 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.