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 7c4e2e5 commit fc74c56Copy full SHA for fc74c56
1 file changed
proto/relationalai/lqp/v1/transactions.proto
@@ -87,6 +87,7 @@ message ExportCSVConfig {
87
ExportCSVSource csv_source = 10;
88
CSVConfig csv_config = 11;
89
90
+ // Below are all deprecated in favour of the `csv_config` above.
91
optional int64 partition_size = 3;
92
optional string compression = 4;
93
optional bool syntax_header_row = 5;
0 commit comments