From 5b93efab1365aae20a47fca728006b390f7372dc Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Thu, 2 May 2024 12:38:26 +0200 Subject: [PATCH] update representative paths/options in desktop config.yml --- config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index 0d50557..04f9c13 100644 --- a/config.yml +++ b/config.yml @@ -35,10 +35,11 @@ default: global_aggregate_sector_list: [] # an array of strings specifying the sectors to be included in the global aggregates, e.g. ["Power"] desktop: - inherits: 2022Q4 - data_prep_outputs_path: "./outputs" - asset_impact_data_path: "./ai_inputs" - factset_data_path: "./factset_inputs" + inherits: 2023Q4 + data_prep_outputs_path: "~/data/pactadatadev/workflow-data-preparation-outputs" + asset_impact_data_path: "~/data/pactarawdata/asset-impact/2024-02-15_AI_RMI_2023Q4" + factset_data_path: "~/data/pactarawdata/factset-extracted/factset-pacta_timestamp-20231231T000000Z_pulled-20240422T133705Z" + scenarios_data_path: "~/data/pactadatadev/workflow-scenario-preparation-outputs/2023Q4_20240416_T140550Z" docker: data_prep_outputs_path: "/mnt/outputs"