You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For schematic usage, allow moving away from one single master fileview, which is seeing scalability problems, by having each project reference its own local fileview as the asset view.
The problem is that local project fileviews are currently not usable as an asset_view for schematic (current definition); they need to conform to the latest "building standards". These are changes needed:
Entity types need to additionally include folders.
contentType needs to be in schema
path should already be in schema by default for new ones since it is now part of default set of columns. (schematic plans to use this)
individualID, specimenID, cellType can be submitted as a list, so should be STRING_LIST instead of a very large STRING column (which must have been used to accommodate earlier iterations where data was actually not stored as a list).
Use explicit addAnnotationColumns = FALSE since there seems to be an error in new version of client if not.
The text was updated successfully, but these errors were encountered:
Use case for upgrades:
The problem is that local project fileviews are currently not usable as an asset_view for schematic (current definition); they need to conform to the latest "building standards". These are changes needed:
contentType
needs to be in schemapath
should already be in schema by default for new ones since it is now part of default set of columns. (schematic plans to use this)individualID
,specimenID
,cellType
can be submitted as a list, so should beSTRING_LIST
instead of a very large STRING column (which must have been used to accommodate earlier iterations where data was actually not stored as a list).addAnnotationColumns
= FALSE since there seems to be an error in new version of client if not.The text was updated successfully, but these errors were encountered: