Open gibsondan opened 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
xref:
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.
with the same arguments as the "dagster asset materialize" CLI:
Alternately, create a graphql-based CLI that works for both local dagster deploymnets and remote Dagster Cloud deployments