dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.17k stars 1.4k forks source link

[docs] - document that asset outputs work the same as op outputs #9601

Open sryza opened 2 years ago

sryza commented 2 years ago

What's the issue or suggestion?

all the patterns described here - link to https://docs.dagster.io/concepts/ops-jobs-graphs/ops#outputs- apply to @asset- decorated functions as well

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

erinkcochran87 commented 2 years ago

A few thoughts after looking at this a bit more:

This won't be addressed in time for the release this week. Next steps are to sync up with someone to talk through this.

sryza commented 2 years ago

The particular bits that are documented on ops but also apply to assets are these:

From https://docs.dagster.io/concepts/ops-jobs-graphs/ops#outputs.