Skip to content

Commit

Permalink
Fix 404ing Fivetran page (#26944)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Fivetran docs were moved to /integrations/fivetran/fivetran and
/integrations/fivetran/fivetran-legacy, which means
/integrations/fivetran is currently 404ing. This PR adds a landing page
for the Fivetran section in docs.

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.

---------

Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett authored Jan 8, 2025
1 parent 2ee1d34 commit ba19700
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,12 @@
},
{
"title": "Fivetran",
"path": "/integrations/fivetran/fivetran",
"path": "/integrations/fivetran",
"children": [
{
"title": "Fivetran",
"path": "/integrations/fivetran/fivetran"
},
{
"title": "Fivetran (Legacy)",
"path": "/integrations/fivetran/fivetran-legacy"
Expand Down
11 changes: 11 additions & 0 deletions docs/content/integrations/fivetran.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Fivetran & Dagster | Dagster Docs"
description: Represent your Fivetran connectors in Dagster
---

# Fivetran & Dagster

There are two guides to using Fivetran with Dagster:

- **[Fivetran](/integrations/fivetran/fivetran):** This guide provides instructions for using Dagster with Fivetran using the `dagster-fivetran` library.
- **[Fivetran legacy](/integrations/fivetran/fivetran-legacy):** This guide focuses on how to work with Fivetran connectors using Dagster's [software-defined asset (SDA)](/concepts/assets/software-defined-assets) framework. If you are just getting started with Dagster and Fivetran, use the [Fivetran guide](/integrations/fivetran/fivetran) instead.
4 changes: 2 additions & 2 deletions docs/content/integrations/fivetran/fivetran.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Using Dagster with Fivetran"
title: "Using Dagster with the Fivetran library"
description: Represent your Fivetran connectors in Dagster
---

# Using Dagster with Fivetran
# Using Dagster with the Fivetran library

This guide provides instructions for using Dagster with Fivetran using the `dagster-fivetran` library. Your Fivetran connector tables can be represented as assets in the Dagster asset graph, allowing you to track lineage and dependencies between Fivetran assets and data assets you are already modeling in Dagster. You can also use Dagster to orchestrate Fivetran connectors, allowing you to trigger syncs for these on a cadence or based on upstream data changes.

Expand Down

1 comment on commit ba19700

@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-545sh4ngk-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.