You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary & Motivation
Write up a simple filter abstraction which limits the number of dags
that we retrieve up front. This would be for perf reasons.
## How I Tested These Changes
## Changelog
- Added `AirflowFilter` API for use with `dagster-airlift`, allows you
to filter down the set of dags retrieved up front for perf improvements.
Copy file name to clipboardExpand all lines: docs/docs/guides/migrate/airflow-to-dagster/federation/observe.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For a full list of `dagster-airlift` classes and methods, see the [API docs](htt
22
22
23
23
## Observe the `warehouse` Airflow instance
24
24
25
-
Next, declare a reference to the `warehouse` Airflow instance, which is running at `http://localhost:8081`:
25
+
Next, in your `airlift_federation_tutorial/dagster_defs/definitions.py` file, declare a reference to the `warehouse` Airflow instance, which is running at `http://localhost:8081`:
0 commit comments