You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SuperDB should support YAML as an input/output format.
Details
At the time this issue is being opened, super is at commit 222ded6.
Since SuperDB does not currently support YAML, tools like yq are helpful for converting to intermediate formats to make this data available in pipelines. For instance, given this example YAML in file k8s.yaml:
For initial native YAML support, a community contribution was made in #5483, but the core Dev team has declined to merge it into the project for now (more details in that PR). We'll hold this issue open to continue collect community interest to establish priority and will plan to add YAML support in the future.
The text was updated successfully, but these errors were encountered:
tl;dr
SuperDB should support YAML as an input/output format.
Details
At the time this issue is being opened, super is at commit 222ded6.
Since SuperDB does not currently support YAML, tools like
yq
are helpful for converting to intermediate formats to make this data available in pipelines. For instance, given this example YAML in filek8s.yaml
:We can turn it into JSON for ultimate processing by
super
via:Likewise, using JSON output as an intermediate step before using
yq
to turn it into YAML:For initial native YAML support, a community contribution was made in #5483, but the core Dev team has declined to merge it into the project for now (more details in that PR). We'll hold this issue open to continue collect community interest to establish priority and will plan to add YAML support in the future.
The text was updated successfully, but these errors were encountered: