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 50a8751 commit 7540c7eCopy full SHA for 7540c7e
scripts/jobs/planning/tascomi_create_daily_snapshot.py
@@ -252,7 +252,6 @@ def loadIncrementsSinceDate(
252
# apply COU
253
logger.info(f"Applying increment {increment_table_name}")
254
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
256
257
else:
258
logger.info(
0 commit comments