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
at the moment, it is possible to create stage names with spaces.
dso create stage '0103_test spaces'
We need to make sure, that this will not break anything downstream, because e.g.
dvc.yaml
will e.g. be compiled to:
stages: 0103_test spaces: params: - dso.quarto deps: - src/0103_test spaces.qmd outs: - output - report/0103_test spaces.html cmd: - dso exec quarto .
Currently, a repro did work.
This ticket is a placeholder for discussion.
The text was updated successfully, but these errors were encountered:
Thanks for brining that up! It's either way bad practice, so we should possibly enforce some contraints on the stage names
Sorry, something went wrong.
constraints might be the most practical solution.
No branches or pull requests
at the moment, it is possible to create stage names with spaces.
dso create stage '0103_test spaces'
We need to make sure, that this will not break anything downstream, because e.g.
dvc.yaml
will e.g. be compiled to:
Currently, a repro did work.
This ticket is a placeholder for discussion.
The text was updated successfully, but these errors were encountered: