From 6b48bfb4d1f68fffeba5d7b8386c845f9d20d737 Mon Sep 17 00:00:00 2001
From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com>
Date: Mon, 16 Dec 2024 17:12:18 -0500
Subject: [PATCH] [dagster-fivetran][docs] Add setup env section in Fivetran
docs (#26486)
## Summary & Motivation
As title, in both current and new docs sites.
## How I Tested These Changes
Docs preview
---
docs/content/integrations/fivetran/fivetran.mdx | 8 ++++++++
docs/docs-beta/docs/integrations/libraries/fivetran.md | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/docs/content/integrations/fivetran/fivetran.mdx b/docs/content/integrations/fivetran/fivetran.mdx
index cd33c2331e76e..2c61ea9917b23 100644
--- a/docs/content/integrations/fivetran/fivetran.mdx
+++ b/docs/content/integrations/fivetran/fivetran.mdx
@@ -26,6 +26,14 @@ This guide provides instructions for using Dagster with Fivetran using the `dags
+## 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 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.
diff --git a/docs/docs-beta/docs/integrations/libraries/fivetran.md b/docs/docs-beta/docs/integrations/libraries/fivetran.md
index 3c533d3694ba3..33baaa8275c07 100644
--- a/docs/docs-beta/docs/integrations/libraries/fivetran.md
+++ b/docs/docs-beta/docs/integrations/libraries/fivetran.md
@@ -38,6 +38,14 @@ This guide provides instructions for using Dagster with Fivetran using the `dags
+## 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 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.