The YML for the Streaming Data Export of a view is left with serializer as the display_options: style: type: which then causes the view to break when trying to rebuild the cache if the Streaming Data Export was built from using the Duplicate As Streaming Data Export.
Improper Export
pager:
type: none
options:
offset: 0
style:
type: serializer
options:
formats:
csv: csv
Proper Export
style:
type: csv_streaming_data
options:
delimiter: ','
pager:
type: none
options:
offset: 0
Build a view that has a CSV export
Duplicate the "page" as a Streaming Data Export
Rebuild the cache
Active
1.4
Code