Skip to content

Commit

Permalink
regen RT rail datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Nov 14, 2024
1 parent 1385e23 commit 8ca25ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lamp_py/performance_manager/flat_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class S3Archive:
RAIL_PERFORMANCE_PREFIX = os.path.join(LAMP, "subway-on-time-performance-v1")
INDEX_FILENAME = "index.csv"
VERSION_KEY = "rpm_version"
RPM_VERSION = "1.1.0"
RPM_VERSION = "1.2.0"


def dates_to_update(db_manager: DatabaseManager) -> Set[datetime]:
Expand Down
2 changes: 1 addition & 1 deletion src/lamp_py/tableau/jobs/rt_rail.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self) -> None:
self,
hyper_file_name="LAMP_ALL_RT_fields.hyper",
remote_parquet_path=f"{tableau_rail.s3_uri}/LAMP_ALL_RT_fields.parquet",
lamp_version="1.1.4",
lamp_version="1.2.0",
)
self.table_query = (
"SELECT"
Expand Down

0 comments on commit 8ca25ec

Please sign in to comment.