Skip to content

fix when using bp5 with predefined data model in random access mode

Caitlin Ross requested to merge caitlin.ross/fides:bp5-random-access-fix into master

Apparently I missed this small change to support reading BP5 files in random access mode - just discovered it in some ParaView testing. Essentially when we're reading a BP5 file that contains metadata for Fides to generate the data model, we need to make sure that we specify that we're not in streaming mode so we can read attributes.

Merge request reports