File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
python/pyspark/sql/connect/proto
sql/connect/common/src/main/protobuf/spark/connect Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -605,8 +605,10 @@ class PipelineCommand(google.protobuf.message.Message):
605605 @property
606606 def extension (self ) -> google .protobuf .any_pb2 .Any : ...
607607 once : builtins .bool
608- """If true, define the flow as a one-time flow, such as for backfill. Set to true changes the flow in two ways:
609- - The flow is run one time by default. If the pipeline is ran with a full refresh, the flow will run again.
608+ """If true, define the flow as a one-time flow, such as for backfill.
609+ Set to true changes the flow in two ways:
610+ - The flow is run one time by default. If the pipeline is ran with a full refresh,
611+ the flow will run again.
610612 - The flow function must be a batch DataFrame, not a streaming DataFrame.
611613 """
612614 def __init__ (
Original file line number Diff line number Diff line change @@ -149,8 +149,10 @@ message PipelineCommand {
149149 optional spark.connect.Relation relation = 1 ;
150150 }
151151
152- // If true, define the flow as a one-time flow, such as for backfill. Set to true changes the flow in two ways:
153- // - The flow is run one time by default. If the pipeline is ran with a full refresh, the flow will run again.
152+ // If true, define the flow as a one-time flow, such as for backfill.
153+ // Set to true changes the flow in two ways:
154+ // - The flow is run one time by default. If the pipeline is ran with a full refresh,
155+ // the flow will run again.
154156 // - The flow function must be a batch DataFrame, not a streaming DataFrame.
155157 optional bool once = 8 ;
156158
You can’t perform that action at this time.
0 commit comments