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
As part of v2023.5, we've added a dataReceived column to the entity_defs table in the database. This stores the data specified to create or update an entity, including the label. Because we already support creating and updating entities, we needed to backfill the dataReceived column. We set dataReceived to the value of the data column. However, data does not include the label. I think we should modify the backfill to include the label. This is relevant to all entity versions (both creates and updates).
The text was updated successfully, but these errors were encountered:
As part of v2023.5, we've added a
dataReceived
column to theentity_defs
table in the database. This stores the data specified to create or update an entity, including the label. Because we already support creating and updating entities, we needed to backfill thedataReceived
column. We setdataReceived
to the value of thedata
column. However,data
does not include the label. I think we should modify the backfill to include the label. This is relevant to all entity versions (both creates and updates).The text was updated successfully, but these errors were encountered: