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
The construct cache should be able to write its generated protobufs into an Iceberg-compatible format (Parquet). Each key-value store maps to a 3-column Iceberg table (key, value, timestamp) to support compaction, CDC, and time-travel.