We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182742f commit 73781baCopy full SHA for 73781ba
1 file changed
proto/relationalai/lqp/v1/transactions.proto
@@ -126,6 +126,7 @@ message ExportIcebergConfig {
126
IcebergLocator locator = 1;
127
IcebergCatalogConfig config = 2;
128
RelationId table_def = 3; // Which definition to export as a table.
129
+ reserved 4; // was: repeated ExportColumn columns
130
optional string prefix = 5; // File name prefix for parquet files that are produced.
131
optional int64 target_file_size_bytes = 6;
132
string compression = 7;
0 commit comments