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 2ab08b4 commit a67a1e0Copy full SHA for a67a1e0
Sources/SparkConnect/SparkConnectClient.swift
@@ -1288,7 +1288,7 @@ public actor SparkConnectClient {
1288
defineFlow.dataflowGraphID = dataflowGraphID
1289
defineFlow.flowName = flowName
1290
defineFlow.targetDatasetName = targetDatasetName
1291
- defineFlow.plan = relation
+ defineFlow.relation = relation
1292
1293
var pipelineCommand = Spark_Connect_PipelineCommand()
1294
pipelineCommand.commandType = .defineFlow(defineFlow)
0 commit comments