-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
+132
−2
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
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 12, 2024 00:36
bacaf24
to
4823626
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 12, 2024 00:36
d86e610
to
76f1404
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 12, 2024 17:34
4823626
to
a42d89e
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 19:14
b0c9eac
to
44390d7
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 19:15
a67b171
to
564992c
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. |
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 19:59
44390d7
to
7b1f43c
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 19:59
564992c
to
2cb0723
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 20:00
7b1f43c
to
bc6b031
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 20:00
2cb0723
to
d8586ac
Compare
cmpadden
approved these changes
Nov 13, 2024
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 22:00
bc6b031
to
437a768
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 22:00
d8586ac
to
37bca1d
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 22:02
437a768
to
1d39663
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 22:02
37bca1d
to
80a3f32
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 22:18
1d39663
to
1b945ad
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 22:18
80a3f32
to
1853cf8
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 23:19
1b945ad
to
06e4716
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 23:19
1853cf8
to
d2b91b7
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 23:44
06e4716
to
3354133
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 23:44
d2b91b7
to
4db8ff5
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 23:46
3354133
to
37c2a1f
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 13, 2024 23:46
4db8ff5
to
5d222bf
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 13, 2024 23:59
37c2a1f
to
633ccbf
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 14, 2024 00:00
5d222bf
to
4c9646d
Compare
dpeng817
force-pushed
the
dpeng817/federation-tutorial
branch
from
November 14, 2024 18:08
633ccbf
to
f287c96
Compare
dpeng817
force-pushed
the
dpeng817/add_initial_stage
branch
from
November 14, 2024 18:08
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.