We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
xref:
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: