-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] Add initial stage to add specs to federation tutorial #25861
Merged
dpeng817
merged 1 commit into
dpeng817/federation-tutorial
from
dpeng817/add_initial_stage
Nov 14, 2024
Merged
[dagster-airlift][federation-tutorial] Add initial stage to add specs to federation tutorial #25861
dpeng817
merged 1 commit into
dpeng817/federation-tutorial
from
dpeng817/add_initial_stage
Nov 14, 2024
Conversation
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
This was referenced Nov 12, 2024
bacaf24
to
4823626
Compare
d86e610
to
76f1404
Compare
4823626
to
a42d89e
Compare
Graphite Automations"Add a 'docs-to-migrate' label to PRs with docs" took an action on this PR • (11/13/24)1 label was added to this PR based on Christopher DeCarolis's automation. |
44390d7
to
7b1f43c
Compare
564992c
to
2cb0723
Compare
7b1f43c
to
bc6b031
Compare
2cb0723
to
d8586ac
Compare
cmpadden
approved these changes
Nov 13, 2024
bc6b031
to
437a768
Compare
d8586ac
to
37bca1d
Compare
437a768
to
1d39663
Compare
37bca1d
to
80a3f32
Compare
1d39663
to
1b945ad
Compare
80a3f32
to
1853cf8
Compare
1b945ad
to
06e4716
Compare
1853cf8
to
d2b91b7
Compare
06e4716
to
3354133
Compare
d2b91b7
to
4db8ff5
Compare
3354133
to
37c2a1f
Compare
4db8ff5
to
5d222bf
Compare
37c2a1f
to
633ccbf
Compare
5d222bf
to
4c9646d
Compare
633ccbf
to
f287c96
Compare
4c9646d
to
9e1b2e6
Compare
This was referenced Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Add an initial stage to the federation tutorial which instantiates an upstream and downstream dag asset, as well as a sensor for each instance.
How I Tested These Changes
New test that "acts out" a replacement of the code with the completed stage and ensures module loads correctly.