Open pcorbel opened 5 years ago
Describe the feature Currently, when we got an array, it is stored as a string in Redshift.
Example:
{"hello": "world", "array_of_properties": [10, 20, 30]}
will be stored as
Some other redshift-target proposes a flatten feature where the output will be like
It would be nice to have this feature via a property like does_flatten_arrays in the config.json file
does_flatten_arrays
This would be amazing if it could be implemented!!
Describe the feature Currently, when we got an array, it is stored as a string in Redshift.
Example:
will be stored as
Some other redshift-target proposes a flatten feature where the output will be like
It would be nice to have this feature via a property like
does_flatten_arrays
in the config.json file