carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

DataTable Yaml representers and constructors #129

Open augustearth opened 1 week ago

augustearth commented 1 week ago

The pre-existing code was throwing errors due to global tags. Had to adopt the approach found here

https://stackoverflow.com/questions/76717530/global-tag-is-not-allowed-exception-in-snakeyaml-2-0

to allow all tags. Not safe.

augustearth commented 1 week ago

Some relevant snakeyaml links:

https://stackoverflow.com/questions/35106218/how-to-make-snakeyaml-and-gstrings-work-together https://stackoverflow.com/questions/52619452/snakeyaml-unable-to-find-property-error https://stackoverflow.com/questions/76717530/global-tag-is-not-allowed-exception-in-snakeyaml-2-0