dagster-io / dagster

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

[Content Gap] Missing documentation regarding outputs #6430

Open dpeng817 opened 2 years ago

dpeng817 commented 2 years ago

Noticed a few things missing when it comes to documentation regarding outputs

sryza commented 2 years ago

@dpeng817 are you able to be more specific about what you mean by the NamedTuple syntax? I'm not sure what you're referring to.

dpeng817 commented 2 years ago

By namedtuple syntax, I'm referring to the ability to do this in the graph dsl with regards to outputs:

@graph
def the_graph():
  output_a = the_op().a
sryza commented 2 years ago

Yowza, I was not even aware