From d82cf4702a85eb3a643a564963a333a4780aa091 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Mon, 16 Dec 2024 14:46:30 -0500 Subject: [PATCH] Remove H1 --- docs/docs-beta/docs/integrations/libraries/fivetran.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs-beta/docs/integrations/libraries/fivetran.md b/docs/docs-beta/docs/integrations/libraries/fivetran.md index 07fe6920f0cd5..3c533d3694ba3 100644 --- a/docs/docs-beta/docs/integrations/libraries/fivetran.md +++ b/docs/docs-beta/docs/integrations/libraries/fivetran.md @@ -17,9 +17,6 @@ enables: tags: [dagster-supported, etl] --- - -# Using Dagster with Fivetran - 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. ## What you'll learn