-
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
[daggy-u] update usage of context.add_output_metadata
with MaterializeResult
#19575
[daggy-u] update usage of context.add_output_metadata
with MaterializeResult
#19575
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
docs/dagster-university/pages/dagster-essentials/extra-credit/asset-metadata-as-markdown.md
Outdated
Show resolved
Hide resolved
...university/pages/dagster-essentials/extra-credit/coding-practice-metadata-taxi-zones-file.md
Show resolved
Hide resolved
docs/dagster-university/pages/dagster-essentials/extra-credit/materialization-metadata.md
Outdated
Show resolved
Hide resolved
…asset-metadata-as-markdown.md Co-authored-by: Erin Cochran <[email protected]>
@erinkcochran87 thank you for the feedback - I've made changes to address your comments. Let me know if there is anything else! |
@erinkcochran87, have you experienced failed Vercel aliases like this in the past? My theory is that it has to do with the branch name generated by Graphite, but I'm not 100% certain.
|
@cmpadden I have no idea - I don't use Graphite 😬 |
…lizeResult` (#19575) ## Summary & Motivation With Dagster University being upgraded to v1.6, we should update our usage of `context.add_output_metadata` to returning a `MaterializeResult` with the `metadata` defined as a parameter. The corresponding changes to `project-dagster-university` can be found here: dagster-io/project-dagster-university#8 ## How I Tested These Changes --------- Co-authored-by: Erin Cochran <[email protected]>
Summary & Motivation
With Dagster University being upgraded to v1.6, we should update our usage of
context.add_output_metadata
to returning aMaterializeResult
with themetadata
defined as a parameter.The corresponding changes to
project-dagster-university
can be found here:dagster-io/project-dagster-university#8
How I Tested These Changes