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
It might be useful if we could use config mods to query jsons inside of a config. For example:
functionality: name: foo arguments: - name: "--input" type: file default: ${.functionality.name}
(Not saying this particular example is useful, but there are other usecases where the functionality is useful)
Additionally, being able to use external files to fill in parts of a json would also be very useful. Example:
functionality: name: foo description: file://README.md} arguments: - inherit: ${file://api/unprocessed.yaml} - inherit: ${file://api/processed.yaml} direction: output
Before we start implementing something. let's first discuss whether we should and what the interface should look like.
The text was updated successfully, but these errors were encountered:
Config: Any part of a Viash config can use inheritance to fill data (…
Config
6277bde
…#259).
No branches or pull requests
It might be useful if we could use config mods to query jsons inside of a config. For example:
(Not saying this particular example is useful, but there are other usecases where the functionality is useful)
Additionally, being able to use external files to fill in parts of a json would also be very useful. Example:
Before we start implementing something. let's first discuss whether we should and what the interface should look like.
The text was updated successfully, but these errors were encountered: