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
We want to update the new /conf folder structure to look like
├── conf └── base ├── catalog_{pipeline-name}.yml #blank files └── parameters_{pipeline-name}.yml #blank files ├── catalog.yml #blank files └── parameters.yml #blank files
with separate catalog and parameters files for each pipeline in the project
rather than
├── conf └── base └── parameters.yml ├── {pipeline-name}.yml #blank files ├── catalog.yml #blank files └── parameters.yml #blank files
This change needs to be reflected in the docs
The text was updated successfully, but these errors were encountered:
DimedS
Successfully merging a pull request may close this issue.
We want to update the new /conf folder structure to look like
with separate catalog and parameters files for each pipeline in the project
rather than
This change needs to be reflected in the docs
The text was updated successfully, but these errors were encountered: