Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update FactSet database connect info #69

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ default:
masterdata_ownership_filename: ""
masterdata_debt_filename: ""
ar_company_id__factset_entity_id_filename: ""
dbname: "delta"
host: "data-eval-db.postgres.database.azure.com"
dbname: "FDS"
host: "factset-01-postgres.postgres.database.azure.com"
update_factset: TRUE
update_currencies: TRUE
export_sqlite_files: FALSE
Expand Down Expand Up @@ -83,7 +83,7 @@ default:
global_aggregate_sector_list: ["Power"]

2022Q4:
dbname: "fds_20230705"
dbname: "FDS"
masterdata_ownership_filename: "2023-06-18_AI_RMI Bespoke_Company Data Products_masterdata_ownership_2022Q4.csv"
masterdata_debt_filename: "2023-06-18_AI_RMI Bespoke_Company Data Products_masterdata_debt_2022Q4.csv"
ar_company_id__factset_entity_id_filename: "2023-02-15_AI_RMI_Bespoke_Company_Data_Products_Company_ID_List_2022Q4.csv"
Expand Down