issues
search
bmeg
/
iceberg-schema-tools
Create and maintain central iceberg schema.
2
stars
0
forks
source link
JSON Schema Graph Extensions [WIP]
#9
Closed
kellrott
closed
1 year ago
kellrott
commented
1 year ago
Current issues:
The object edge declaration feels a little weird
It’s not clear which field should be used as the primary id for a vertex. We kind of assume id. Should it be configurable?
It’s kind of assumed that every ‘top level’ object is a vertex. Should we make that explicit?
If there are multiple possible targets, it’s not clear how to select the correct one (and avoid generating multiple invalid backrefs)
We need to be more explicit about how object link fields are parsed to get the destination id
bwalsh
commented
1 year ago
Implemented in #17
Current issues: