Workflow saved

This commit is contained in:
admin
2026-07-29 12:14:09 +00:00
parent 448aac4163
commit a4a9c45ffc
3 changed files with 3 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ finally:
CheckpointOutput_start_time=time.time() CheckpointOutput_start_time=time.time()
CheckpointOutput_df = aggregate__3_df.localCheckpoint() CheckpointOutput_df = aggregate__3_df.localCheckpoint()
aggregate__3_df.persist() # aggregate__3_df.persist()
CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df") CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df")
CheckpointOutput_end_time=time.time() CheckpointOutput_end_time=time.time()

View File

@@ -438,7 +438,7 @@ def CheckpointOutput(aggregate__3_dependency_key, aggregate__3_df, time):
CheckpointOutput_start_time=time.time() CheckpointOutput_start_time=time.time()
CheckpointOutput_df = aggregate__3_df.localCheckpoint() CheckpointOutput_df = aggregate__3_df.localCheckpoint()
aggregate__3_df.persist() # aggregate__3_df.persist()
CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df") CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df")
CheckpointOutput_end_time=time.time() CheckpointOutput_end_time=time.time()

File diff suppressed because one or more lines are too long