data pipeline refactor and fix

This commit is contained in:
2026-04-13 18:30:04 -04:00
parent 6418729b16
commit 326bf80846
96 changed files with 7107 additions and 1763 deletions

View File

@@ -58,4 +58,8 @@ message OHLCBatchMetadata {
// Error message if status is ERROR
optional string error_message = 8;
// True on the final page of a historical query (including error/not-found markers).
// Flink publishes HistoryReadyNotification only when this is true.
bool is_last_page = 9;
}