Skip to content

Commit

Permalink
[dagster-fivetran][docs] Add setup env section in Fivetran docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 13, 2024
1 parent e61d3b4 commit 5abcf4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/integrations/fivetran/fivetran.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ This guide provides instructions for using Dagster with Fivetran using the `dags

</details>

## Set up your environment

To get started, you'll need to install the `dagster` and `dagster-fivetran` Python packages:

```bash
pip install dagster dagster-fivetran
```

## Represent Fivetran assets in the asset graph

To load Fivetran assets into the Dagster asset graph, you must first construct a <PyObject module="dagster_fivetran" object="FivetranWorkspace" /> resource, which allows Dagster to communicate with your Fivetran workspace. You'll need to supply your account ID, API key and API secret. See [Getting Started](https://fivetran.com/docs/rest-api/getting-started) in the Fivetran REST API documentation for more information on how to create your API key and API secret.
Expand Down
8 changes: 8 additions & 0 deletions docs/docs-beta/docs/integrations/libraries/fivetran.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ This guide provides instructions for using Dagster with Fivetran using the `dags

</details>

## Set up your environment

To get started, you'll need to install the `dagster` and `dagster-fivetran` Python packages:

```bash
pip install dagster dagster-fivetran
```

## Represent Fivetran assets in the asset graph

To load Fivetran assets into the Dagster asset graph, you must first construct a <PyObject module="dagster_fivetran" object="FivetranWorkspace" /> resource, which allows Dagster to communicate with your Fivetran workspace. You'll need to supply your account ID, API key and API secret. See [Getting Started](https://fivetran.com/docs/rest-api/getting-started) in the Fivetran REST API documentation for more information on how to create your API key and API secret.
Expand Down

0 comments on commit 5abcf4e

Please sign in to comment.