1) ids and names are the same for Fields and RecordSets (see migration 202409231500.py): updated metadata and output;
2) In the get_column method of Source, we return the node's uuid if no extract method is specified;
3) for RecordSet specifying data, we look at field.id and not field.name to get the expected keys;
4) also added a filters flag to load.py.
1) ids and names are the same for Fields and RecordSets (see migration 202409231500.py): updated metadata and output; 2) In the
get_column
method ofSource
, we return the node'suuid
if no extract method is specified; 3) for RecordSet specifyingdata
, we look atfield.id
and notfield.name
to get the expected keys; 4) also added a filters flag to load.py.