Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dagster-airlift][federation-tutorial] Scaffold federation tutorial docs #25882

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,11 @@
}
]
},
{
"title": "Airflow Federation Tutorial",
"path": "/integrations/airlift/federation-tutorial/overview",
"children": []
},
{
"title": "Reference",
"path": "/integrations/airlift/reference"
Expand Down
6 changes: 6 additions & 0 deletions docs/content/integrations/airlift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<ArticleList>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Will be filled out in a future PR.