Data pipeline and client fixes

This commit is contained in:
ericiwamoto 2025-01-06 10:41:37 -08:00 committed by Carlos Felix
commit 9e33932600
8 changed files with 45 additions and 30 deletions

View file

@ -52,7 +52,7 @@ DATA_TILES_SEARCH_DIR = DATA_SCORE_DIR / "search"
# Downloadable paths
if not os.environ.get("J40_VERSION_LABEL_STRING"):
version_str = "beta"
version_str = "2.0"
else:
version_str = os.environ.get("J40_VERSION_LABEL_STRING")

View file

@ -517,7 +517,6 @@ class PostScoreETL(ExtractTransformLoad):
num_cols = len(excel_df.columns)
worksheet.set_column(0, num_cols - 1, num_excel_cols_width)
writer.save()
return excel_csv_config
def _load_tile_csv(