diff --git a/src/lamp_py/performance_manager/flat_file.py b/src/lamp_py/performance_manager/flat_file.py index fd493794..4b41adc4 100644 --- a/src/lamp_py/performance_manager/flat_file.py +++ b/src/lamp_py/performance_manager/flat_file.py @@ -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]: diff --git a/src/lamp_py/tableau/jobs/rt_rail.py b/src/lamp_py/tableau/jobs/rt_rail.py index 64cc4cc9..5b0e4e21 100644 --- a/src/lamp_py/tableau/jobs/rt_rail.py +++ b/src/lamp_py/tableau/jobs/rt_rail.py @@ -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"