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
Since now the pipeline are run upon changes in the pipeline, it would be desirable to have a way to force run a (selected-)pipeline.
The API is already ready for this: when starting a pipeline, using /computation/pipeline/{project_id}/start:
/computation/pipeline/{project_id}/start:
in the requestBody, one can pass force_restart if set to True will force re-running a pipeline even if outdated.
force_restart
This is added by PR#2094
The text was updated successfully, but these errors were encountered:
odeimaiz
Successfully merging a pull request may close this issue.
Since now the pipeline are run upon changes in the pipeline, it would be desirable to have a way to force run a (selected-)pipeline.
The API is already ready for this:
when starting a pipeline, using
/computation/pipeline/{project_id}/start:
in the requestBody, one can pass
force_restart
if set to True will force re-running a pipeline even if outdated.This is added by PR#2094
The text was updated successfully, but these errors were encountered: