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
We currently have some code that prevents you from overwriting new data with old data by inspecting the meta.lastUpdated field. But Epic doesn't yet provide that field.
So it would be nice if we had an alternate way to avoid that error.
But now that we have completion tracking, which provides the export timestamp of a group... we could do a similar thing and check that the group & resource combo don't have a newer timestamp already. This requires doing some pre-update queries, which is a new thing for the Delta Lake formatter. But it doesn't seem like a crazy query.
We currently have some code that prevents you from overwriting new data with old data by inspecting the
meta.lastUpdated
field. But Epic doesn't yet provide that field.So it would be nice if we had an alternate way to avoid that error.
But now that we have completion tracking, which provides the export timestamp of a group... we could do a similar thing and check that the group & resource combo don't have a newer timestamp already. This requires doing some pre-update queries, which is a new thing for the Delta Lake formatter. But it doesn't seem like a crazy query.
This is a breakout issue from #296
The text was updated successfully, but these errors were encountered: