metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 2 forks source link

Update clean stage of resync #47

Closed nassibnassar closed 7 months ago

nassibnassar commented 1 year ago

Clean should log a warning if any non-current data are unconfirmed. The update also no longer needs to process current data; so AND NOT __current can be used.