-
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
add MaterializeResult #15932
add MaterializeResult #15932
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
94edbff
to
07c1e27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it!
python_modules/dagster/dagster/_core/execution/plan/execute_step.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited about this + AssetCheckResult
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve docs per Sandy and I think this is good to go
07c1e27
to
ed7d3ce
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 9824b63. |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-r53fzvl12-elementl.vercel.app Direct link to changed pages: |
d69be9b
to
00c9050
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Excited to see this land
36d9651
to
8b520e7
Compare
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 8b520e7. |
8b520e7
to
9824b63
Compare
Deploy preview for dagster-university ready! ✅ Preview Built with commit 9824b63. |
The latest evolution of #14931 & #15392 intentionally aligned with #15928 this PR adds support for a new "Result" return type from assets that do not deal with "Outputs" to be able to communicate materialization metadata.
How I Tested These Changes
added tests.