Closed huttotw closed 1 year ago
I like that suggestion @craigrmccown, updated!
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.
This adds a new field
additional_paths
where we will look in order for values if thepath
does not return a valid json value. This functions basically like COALESCE.