Skip to content

Commit 7540c7e

Browse files
committed
remove my test line
1 parent 50a8751 commit 7540c7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/jobs/planning/tascomi_create_daily_snapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def loadIncrementsSinceDate(
252252
# apply COU
253253
logger.info(f"Applying increment {increment_table_name}")
254254
snapshot_df = apply_increments(snapshot_df, increment_df)
255-
# snapshot_df = snapshot_df.coalesce(1) # Reduce the DataFrame to a single partition - the data is small
256255

257256
else:
258257
logger.info(

0 commit comments

Comments
 (0)