Skip to content

Commit

Permalink
[dagster-fivetran][docs] Add setup env section in Fivetran docs (#26486)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As title, in both current and new docs sites.

## How I Tested These Changes

Docs preview
  • Loading branch information
maximearmstrong authored Dec 16, 2024
1 parent d32aab7 commit 6b48bfb
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 @@ -38,6 +38,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

2 comments on commit 6b48bfb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-dlvcir4l2-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 6b48bfb.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

@github-actions github-actions bot commented on 6b48bfb Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-9h8bshbmb-elementl.vercel.app

Built with commit 6b48bfb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.