fullstorydev / dbt_fullstory

The official FullStory dbt package
Apache License 2.0
2 stars 3 forks source link

modify parse_json_into_columns to handle multiple paths #9

Closed huttotw closed 1 year ago

huttotw commented 1 year ago

This adds a new field additional_paths where we will look in order for values if the path does not return a valid json value. This functions basically like COALESCE.

huttotw commented 1 year ago

I like that suggestion @craigrmccown, updated!

huttotw commented 1 year ago

we should never have to do this coalescing as our data model should only contain the data in a single place.

Agreed. I confirmed that I was developing against a old copy of data and the issue that this PR would have solved is not actually present. Closing.