Skip to content

Commit 24815ca

Browse files
authored
Merge pull request #267 from dmwm/nikodemas-patch-6
Update cpueff_stepchain_goweb.py
2 parents c620cbe + 1cbd49a commit 24815ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpueff-goweb/spark/cpueff_stepchain_goweb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def main(start_date, end_date, hdfs_out_dir, last_n_days):
236236
spark.read.option("basePath", _DEFAULT_HDFS_FOLDER)
237237
.json(
238238
get_candidate_files(
239-
start_date, end_date, spark, base=_DEFAULT_HDFS_FOLDER, day_delta=2
239+
start_date, end_date, spark, base=_DEFAULT_HDFS_FOLDER, day_delta=1
240240
)
241241
)
242242
.select(["data.*", "metadata.timestamp"])

0 commit comments

Comments
 (0)