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
ruamel.yaml.representer.RepresenterError: cannot represent an object: {
Sugested feature result
It would be nice if there was a way to indicate that yaml output was desired or a utility function that could convert the objects back to regular python data structures.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
Feature type
New Feature
Feature Summary
When retrieving data like the following:
The resulting data is return as a json structure:
However, when attempting to convert it to yaml using ruamel.yaml and the 'rt' or 'safe' dumper, this results in an error:
The 'unsafe' dumper will dump the objects but that data is not useful as yaml output.
Select the relevant components
Steps to reproduce
Current results
Sugested feature result
It would be nice if there was a way to indicate that yaml output was desired or a utility function that could convert the objects back to regular python data structures.
Additional information
No response
The text was updated successfully, but these errors were encountered: