dagster-io / dagster

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

Allow use of type signature-derived solid definitions on library solids #1498

Closed schrockn closed 4 years ago

schrockn commented 5 years ago

Prototyped approach @ https://dagster.phacility.com/D411

natekupp commented 4 years ago

can you expand on this? @schrockn

schrockn commented 4 years ago

This was an idea to have a generic facility to allow for type signatures on specialized solid decorators (e.g. specific to a library). I don't think we need this for now. May be interesting to explore during lakehouse work.