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 OF - We need to know entities which were active as of given datetime. For an individual entity, I'm able to use transaction.issued_at timestamp to figure out the applicable version. But the query is becoming complicated if I want to fetch a list of rows.
APPLICABLE FROM - When an entity is updated, we need to specify the datetime from which the update will be applicable for the application.
Can you suggest best way to handle these requirements? We are ready to make changes to continuum and raise relevant PR if necessary.
The text was updated successfully, but these errors were encountered:
Apart from versioning, we have two use cases -
Can you suggest best way to handle these requirements? We are ready to make changes to continuum and raise relevant PR if necessary.
The text was updated successfully, but these errors were encountered: