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

Consider allowing tuple in addition to list in AssetKey constructor #2731

Closed schrockn closed 3 years ago

schrockn commented 3 years ago

The path feels more like a "value" than a "list" which lends to natural use of a tuple. Probably should just allow both.

cc: @prha

sryza commented 3 years ago

Lakehouse uses tuples for the above reason

dpeng817 commented 3 years ago

Solved by https://dagster.phacility.com/D3957