-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-airlift] [tutorial] add tutorial section for dag-level proxy…
…ing (#25280) ## Summary & Motivation Adds a section to the tutorial on proxying at the dag level ## How I Tested These Changes Should probably add some more tests for the new examples here. ## Changelog NOCHANGELOG
- Loading branch information
Showing
10 changed files
with
500 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+20.2 KB
...imental/dagster-airlift/examples/tutorial-example/images/after_dag_override.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+45.8 KB
...mental/dagster-airlift/examples/tutorial-example/images/before_dag_override.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
.../tutorial-example/tutorial_example/airflow_dags/proxied_state/rebuild_customers_list.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tasks: | ||
tasks: | ||
- id: load_raw_customers | ||
proxied: False | ||
- id: build_dbt_models | ||
|
Oops, something went wrong.