Skip to content

Commit

Permalink
And another test change pulled in, *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Dec 11, 2024
1 parent 835e065 commit 9683311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cct_connector/ServiceAlertAugmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ class ServiceAlertAugmenter(ServiceAlertBase.ServiceAlertsBase):
def __init__(self, minio_read_name=FIXED_SA_NAME, minio_write_name=AUGMENTED_SA_NAME):
super().__init__(None, None, minio_utils.DataClassification.LAKE,
minio_read_name=minio_read_name, minio_write_name=minio_write_name,
use_cached_values=False, stage_cache_salt=AUGMENTER_SALT, index_col=ID_COL)
use_cached_values=True, stage_cache_salt=AUGMENTER_SALT, index_col=ID_COL)

# all data is reverse sorted
self.data = self.get_data_from_minio().sort_values(by=['publish_date'], ascending=False)
Expand Down

0 comments on commit 9683311

Please sign in to comment.