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 46838ea commit a74b139Copy full SHA for a74b139
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto
@@ -121,8 +121,11 @@ message PipelineCommand {
121
// Name of the dataset this flow writes to. Can be partially or fully qualified.
122
optional string target_dataset_name = 3;
123
124
+ // [Deprecated] An unresolved relation that defines the dataset's flow.
125
+ optional spark.connect.Relation relation = 4 [deprecated = true];
126
+
127
// The result of executing the flow's query function
- optional QueryFunctionResult result = 4;
128
+ optional QueryFunctionResult result = 7;
129
130
// SQL configurations set when running this flow.
131
map<string, string> sql_conf = 5;
0 commit comments