-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Make layer less verbose #774
Comments
I know this is probably kedro datasets originating, then let's fix it there :) |
The closest YAML-compliant, 1 liner I can think of that achieves the same structure is ds:
type: ...
metadata: {"kedro-viz": {"layer": "04_features"}} But that's even more annoying to type... (unsure if these are "Flow style" or "Block style" as per the YAML spec) This is hardly a kedro-viz issue though, moving it to kedro-plugins for now |
I am happy if this exists, as of the moment the issue hasn't been addressed, see omry/omegaconf#1188 Alternatlively, you can remove some typing with variable interpolation?
? |
Also see kedro-org/kedro-viz#2127 |
Discussed this in backlog grooming and we decided to not change anything about the |
And to clarify, there are ways to make this simpler, like YAML anchors kedro-org/kedro-viz#2127 or even Omegaconf variables |
Hi y'all
we recently switched from
to
that's super verbose. Can we please get
? Else the catalog just becomes suuuuper verbose. There must be a way to be yaml compliant when writing catalog yaml no?
The text was updated successfully, but these errors were encountered: