Good day (again). Has anyone ever delt with nested...
# singer-tap-development
s
Good day (again). Has anyone ever delt with nested data that contains the id, but we also want to access the rest of the data? something in the form of:
Copy code
{
 identifiers{ id: 12345}
 data: {all_that_good_shit: ...}
}
I'm trying to set my replication key and primary key as a nested property, but the sdk really dont like that