diff --git a/docs/content/_navigation.json b/docs/content/_navigation.json index e6b5afce9452a..10d19759761bb 100644 --- a/docs/content/_navigation.json +++ b/docs/content/_navigation.json @@ -942,6 +942,11 @@ } ] }, + { + "title": "Airflow Federation Tutorial", + "path": "/integrations/airlift/federation-tutorial/overview", + "children": [] + }, { "title": "Reference", "path": "/integrations/airlift/reference" diff --git a/docs/content/integrations/airlift.mdx b/docs/content/integrations/airlift.mdx index f46bad46d458e..98af2ff45a737 100644 --- a/docs/content/integrations/airlift.mdx +++ b/docs/content/integrations/airlift.mdx @@ -33,6 +33,12 @@ By the end of the tutorial, you'll understand how to use `dagster-airlift` to en [Click here to get started](/integrations/airlift/tutorial/overview). +## Airflow Federation Tutorial + +In this tutorial, we'll use `dagster-airlift` to observe DAGs from multiple Airflow instances, and federate execution between them using Dagster as a centralized control plane. + +[Click here to get started](/integrations/airlift/federation-tutorial/overview). + ## References diff --git a/docs/content/integrations/airlift/federation-tutorial/overview.mdx b/docs/content/integrations/airlift/federation-tutorial/overview.mdx new file mode 100644 index 0000000000000..47971eef50a92 --- /dev/null +++ b/docs/content/integrations/airlift/federation-tutorial/overview.mdx @@ -0,0 +1 @@ +Will be filled out in a future PR.