diff --git a/client-gui2 b/client-gui2 index a9f6c4ab..842b941b 160000 --- a/client-gui2 +++ b/client-gui2 @@ -1 +1 @@ -Subproject commit a9f6c4ab355d02a97564cb66c8de7e214caa74dc +Subproject commit 842b941b3e44f780f202d8f6df93f2441f9073e9 diff --git a/common/proto/tables_data.proto b/common/proto/tables_data.proto index c18be2c9..0ede6760 100644 --- a/common/proto/tables_data.proto +++ b/common/proto/tables_data.proto @@ -186,8 +186,6 @@ message PostTableDataResponse { // Journal created or updated by automatic accounting, when applicable. optional int64 journal_id = 5; - // Non-blocking data-quality warnings produced while inserting the row. - repeated string warnings = 6; } message BeginTableDataImportRequest { @@ -221,17 +219,9 @@ message CommitTableDataImportRequest { string import_id = 1; } -message TableDataImportWarning { - // Zero-based position in the staged import, matching failed-row metadata. - int64 row_index = 1; - string table_name = 2; - string message = 3; -} - message CommitTableDataImportResponse { bool success = 1; int64 inserted_rows = 2; - repeated TableDataImportWarning warnings = 3; } message AbortTableDataImportRequest { diff --git a/common/src/proto/descriptor.bin b/common/src/proto/descriptor.bin index c84d1209..ed84cc3d 100644 Binary files a/common/src/proto/descriptor.bin and b/common/src/proto/descriptor.bin differ diff --git a/common/src/proto/komp_ac.tables_data.rs b/common/src/proto/komp_ac.tables_data.rs index bb3bafae..c48a4593 100644 --- a/common/src/proto/komp_ac.tables_data.rs +++ b/common/src/proto/komp_ac.tables_data.rs @@ -77,9 +77,6 @@ pub struct PostTableDataResponse { /// Journal created or updated by automatic accounting, when applicable. #[prost(int64, optional, tag = "5")] pub journal_id: ::core::option::Option, - /// Non-blocking data-quality warnings produced while inserting the row. - #[prost(string, repeated, tag = "6")] - pub warnings: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, } #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)] pub struct BeginTableDataImportRequest { @@ -125,24 +122,12 @@ pub struct CommitTableDataImportRequest { #[prost(string, tag = "1")] pub import_id: ::prost::alloc::string::String, } -#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)] -pub struct TableDataImportWarning { - /// Zero-based position in the staged import, matching failed-row metadata. - #[prost(int64, tag = "1")] - pub row_index: i64, - #[prost(string, tag = "2")] - pub table_name: ::prost::alloc::string::String, - #[prost(string, tag = "3")] - pub message: ::prost::alloc::string::String, -} #[derive(Clone, PartialEq, ::prost::Message)] pub struct CommitTableDataImportResponse { #[prost(bool, tag = "1")] pub success: bool, #[prost(int64, tag = "2")] pub inserted_rows: i64, - #[prost(message, repeated, tag = "3")] - pub warnings: ::prost::alloc::vec::Vec, } #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)] pub struct AbortTableDataImportRequest { diff --git a/server b/server index d6f9f92f..15d93889 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit d6f9f92fda812de2e12504e97dc35e03134f4dd8 +Subproject commit 15d938893ad1fc47a94645e52356fb4b66e5c5fd