Open pnadolny13 opened 1 year ago
@pnadolny13 I think this would be a great setting handled by the target SDK for any (database) destinations that support JSON objects!
@pnadolny13 or @edgarrmondragon do we have a relevant SDK issue for this? Would be good to get it in there.
We do have some interest from a prospect for this.
@pnadolny13 or @edgarrmondragon do we have a relevant SDK issue for this? Would be good to get it in there.
We do have some interest from a prospect for this.
@tayloramurphy I don't think there is one. I'm logging it.
@tayloramurphy I don't think there is one. I'm logging it.
See ~https://github.com/meltano/sdk/issues/699~ https://github.com/meltano/sdk/issues/1883
@tayloramurphy I meant to link https://github.com/meltano/sdk/issues/1883 😅
+1 for loading JSON data into variant
fields. We have some deeply-nested JSON fields that we prefer to not flatten at load time.
This is how the transferwise
variant of target-snowflake
works today, but we're actively working on moving away from that variant (it sometimes isn't compatible with non-transferwise
taps).
target-bigquery provides the option to either denormalize into columns or leave as a single json column. That could be a useful feature for this target also.
target-bigquery docs: