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
Currently the CLI command doesn't allow for the specification of parameters for a flow run
Couple options we could take here:
Multiple --parameter NAME=VALUE options (e.g. each --parameter similar to how docker build does --build-arg)
Single --parameters {name: value} that takes a dictionary
Also we should have a file option where you can provide a json file
The text was updated successfully, but these errors were encountered:
run cloud
Merge pull request #1551 from PrefectHQ/warning-error
bb64442
Fail tests on unhandled warnings during pytest runs
joshmeek
Successfully merging a pull request may close this issue.
Current behavior
Currently the CLI command doesn't allow for the specification of parameters for a flow run
Proposed behavior
Couple options we could take here:
Multiple --parameter NAME=VALUE options (e.g. each --parameter similar to how docker build does --build-arg)
Single --parameters {name: value} that takes a dictionary
Also we should have a file option where you can provide a json file
The text was updated successfully, but these errors were encountered: