Skip to content

Commit

Permalink
add input filepaths to manifest that were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Feb 14, 2024
1 parent 6152d04 commit 7ba5d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_pacta_data_preparation.R
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,10 @@ parameters <-
ar_company_id__factset_entity_id_path = ar_company_id__factset_entity_id_path,
factset_financial_data_path = factset_financial_data_path,
factset_entity_info_path = factset_entity_info_path,
factset_entity_financing_data_path = factset_entity_financing_data_path,
factset_fund_data_path = factset_fund_data_path,
factset_isin_to_fund_table_path = factset_isin_to_fund_table_path
factset_isin_to_fund_table_path = factset_isin_to_fund_table_path,
factset_iss_emissions_data_path = factset_iss_emissions_data_path
),
preflight_filepaths = list(
currencies_data_path = currencies_data_path
Expand Down

0 comments on commit 7ba5d1b

Please sign in to comment.