Skip to content

Commit

Permalink
build(deploy): #143 Restore docker inheritance
Browse files Browse the repository at this point in the history
Restore inheritance for previous (pre-2022Q4) configs.
  • Loading branch information
AlexAxthelm committed Feb 24, 2024
1 parent 1f1da7f commit b2ca041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ desktop:
asset_impact_data_path: "./ai_inputs"
factset_data_path: "./factset_inputs"

docker:
data_prep_outputs_path: "/mnt/outputs"
asset_impact_data_path: "/inputs"
factset_data_path: "/inputs"


2021Q4:
inherits: docker
masterdata_ownership_filename: "2023-06-05_AI_RMI Bespoke_Company Data Products_masterdata_ownership_2021q4.csv"
masterdata_debt_filename: "2023-06-05_AI_RMI Bespoke_Company Data Products_masterdata_debt_2021q4.csv"
ar_company_id__factset_entity_id_filename: "2022-08-17_rmi_ar_fs_id_bridge_2021q4.csv"
Expand Down Expand Up @@ -70,6 +76,7 @@ desktop:


2022Q2:
inherits: docker
masterdata_ownership_filename: "2022-08-30_rmi_masterdata_ownership_2022q2.csv"
masterdata_debt_filename: "2022-10-03_rmi_masterdata_debt_2022q2.csv"
ar_company_id__factset_entity_id_filename: "2022-08-17_rmi_ar_fs_id_bridge_2021q4.csv"
Expand Down

0 comments on commit b2ca041

Please sign in to comment.