Skip to content

Commit a74b139

Browse files
committed
mark as deprecated instead
1 parent 46838ea commit a74b139

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,11 @@ message PipelineCommand {
121121
// Name of the dataset this flow writes to. Can be partially or fully qualified.
122122
optional string target_dataset_name = 3;
123123

124+
// [Deprecated] An unresolved relation that defines the dataset's flow.
125+
optional spark.connect.Relation relation = 4 [deprecated = true];
126+
124127
// The result of executing the flow's query function
125-
optional QueryFunctionResult result = 4;
128+
optional QueryFunctionResult result = 7;
126129

127130
// SQL configurations set when running this flow.
128131
map<string, string> sql_conf = 5;

0 commit comments

Comments
 (0)