dbt-coves icon indicating copy to clipboard operation
dbt-coves copied to clipboard

fix Fixing error where complex column types contain a list or null

Open jhsb25 opened this issue 1 year ago • 1 comments

Current when i use the tool to generate a table from a source that needs to be flattened i get an error when the columns are either null or of a json list format, this PR goes some way to try to ensure that all variant columns queried return a non null value and when the variant in the column is not an object (eg list) then that denesting is skipped.

jhsb25 avatar Sep 20 '23 16:09 jhsb25

hi @jhsb25, thank you for your contribution

would you be able to provide a test that covers this code you are introducing?

BAntonellini avatar Sep 22 '23 20:09 BAntonellini