dagster-io / dagster-cloud

Unify all your data tools into a productive, enterprise-grade platform.
https://dagster.io/cloud
21 stars 13 forks source link

Add a "dagster-cloud asset materialize" CLI #13

Open gibsondan opened 1 year ago

gibsondan commented 1 year ago

with the same arguments as the "dagster asset materialize" CLI:

dagster-cloud asset materialize -f my_assets.py --select asset1

dagster-cloud asset materialize -f my_assets.py --select asset1,asset2

dagster-cloud asset materialize -f my_assets.py --select asset1*

dagster-cloud asset materialize -f my_assets.py --select asset1 --partition 2022-02-01

Alternately, create a graphql-based CLI that works for both local dagster deploymnets and remote Dagster Cloud deployments

dhirschfeld commented 7 months ago

xref:

vsayer commented 6 months ago

This would be nice to have. Navigating in the UI is a bit of a pain right now especially when you have hundreds of assets to peruse through.