Skip to content

Commit d82405c

Browse files
authored
change buffer days to 60 days - tascomi_create_daily_snapshot (#2207)
change buffer days to 60 days - tascomi_create_daily_snapshot
1 parent 2dbfdab commit d82405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/planning/tascomi_create_daily_snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def purge_today_partition(
212212
# snapshot table in glue catalogue
213213
else:
214214
pushDownPredicate = create_pushdown_predicate(
215-
partitionDateColumn="snapshot_date", daysBuffer=30
215+
partitionDateColumn="snapshot_date", daysBuffer=60
216216
)
217217
# load latest snpashot
218218
snapshot_ddf = glueContext.create_dynamic_frame.from_catalog(

0 commit comments

Comments
 (0)