Skip to content

Commit b8064ee

Browse files
committed
Add transaction output name to the ExportCSVConfig action
1 parent 766469e commit b8064ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

proto/relationalai/lqp/v1/transactions.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ message Snapshot {
8585
//
8686

8787
message ExportCSVConfig {
88+
// The following two fields should be in a `oneof`, but compatibility makes that tricky.
89+
// The `path` option should be used if the client needs to output a CSV file to a
90+
// specific location.
91+
// The `transaction_output_name` should be used if the client wants the CSV file to be
92+
// returned as part of the transaction results.
8893
string path = 1;
94+
string transaction_output_name = 12;
8995

9096
ExportCSVSource csv_source = 10;
9197
CSVConfig csv_config = 11;

0 commit comments

Comments
 (0)