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
Currently YAML related operations (read / write) is handled as plain text operations.
We should use proper yaml parsing when dealing with yaml documents.
The text was updated successfully, but these errors were encountered:
juditnovak
changed the title
Introduce YAML parser for dealing with yaml config operations
[DESIGN] Introduce YAML parser for dealing with yaml config operations
May 7, 2024
Conclusion: we agreed offline, that as long as pyyaml could allow for a simple solution (i.e. not "re-inventing the wheel") it could be a good balance to allow for config management. Taking it up from here
Currently YAML related operations (read / write) is handled as plain text operations.
We should use proper yaml parsing when dealing with yaml documents.
The text was updated successfully, but these errors were encountered: