Controlling depth at which Basic Normalization expands nested JSON #28407
Unanswered
sharatvisweswara
asked this question in
Connector Questions
Replies: 1 comment 3 replies
-
check out this roadmap item! #26028 We're in the midst of a significant update to normalization, and one of the changes is that we'll stop unnesting json completely. The first destination to get this treatment will be Bigquery, but our goal is to have this change available in all destinations in the next few months. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to control how deeply basic normalization will expand nested JSON? In my case I'm seeing ~400 tables for each Facebook source, and that's with only a handful of streams selected. I'm looking into moving from a "one set of tables for all facebook accounts" to separate set of tables for each facebook account, but with 400 tables per account I'll run in to Redshift's limits on the number of tables per db with only a fraction of the accounts we're managing. Are there any other best practices around managing a large number of facebook sources, or in general sources of the same type?
Beta Was this translation helpful? Give feedback.
All reactions