Skip to content

Commit

Permalink
Merge pull request #267 from dmwm/nikodemas-patch-6
Browse files Browse the repository at this point in the history
Update cpueff_stepchain_goweb.py
  • Loading branch information
nikodemas authored Mar 8, 2024
2 parents c620cbe + 1cbd49a commit 24815ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpueff-goweb/spark/cpueff_stepchain_goweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def main(start_date, end_date, hdfs_out_dir, last_n_days):
spark.read.option("basePath", _DEFAULT_HDFS_FOLDER)
.json(
get_candidate_files(
start_date, end_date, spark, base=_DEFAULT_HDFS_FOLDER, day_delta=2
start_date, end_date, spark, base=_DEFAULT_HDFS_FOLDER, day_delta=1
)
)
.select(["data.*", "metadata.timestamp"])
Expand Down

0 comments on commit 24815ca

Please sign in to comment.