1.1.22 • Published 21 days ago

@footholdtech/fivetran v1.1.22

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
21 days ago

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/fivetran

or yarn:

yarn add @footholdtech/fivetran

Python

To use from Python, install using pip:

pip install footholdtech_fivetran

Go

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.Fivetran

Configuration

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.
1.1.22

21 days ago

1.1.21

29 days ago

1.1.20

1 month ago

1.1.5-alpha.0

5 months ago

1.1.5

5 months ago

1.1.1-1

6 months ago

1.1.1

6 months ago

1.1.0

7 months ago