diff --git a/scripts/bigquery_aggraget_fact_selected_layer.py b/scripts/bigquery_aggraget_fact_selected_layer.py index 9596df8..2f41387 100644 --- a/scripts/bigquery_aggraget_fact_selected_layer.py +++ b/scripts/bigquery_aggraget_fact_selected_layer.py @@ -134,8 +134,8 @@ PILLAR_NAME_ID_MAP: dict = { "sustainability": "Keberlanjutan", } - -INDICATOR_TRANSLATION_ID: dict = { +# Kunci: indicator_name lowercase stripped +INDICATOR_NAME_ID_MAP: dict = { # ------------------------------------------------------------------------- # DIETARY ENERGY SUPPLY # ------------------------------------------------------------------------- @@ -260,7 +260,6 @@ INDICATOR_TRANSLATION_ID: dict = { } - def get_country_name_id(country_name: str) -> str: """Kembalikan terjemahan Bahasa Indonesia untuk nama negara.""" return COUNTRY_NAME_ID_MAP.get(