Details
-
Type:
Bug
-
Status: Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.2.0
-
Component/s: Data Module
-
Labels:None
Description
FS writers are instantiated using the dataset descriptor's schema, rather than the current view's schema. This prevents being able to write valid data (with an old schema) after the dataset's schema has been updated. Writers should use the view's schema and allow writing with any schema that can be read using the dataset's current schema.