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

cdi_get caches downloaded data, but it shouldn't #51

Closed
wilsonfreitas opened this issue Aug 8, 2022 · 2 comments
Closed

cdi_get caches downloaded data, but it shouldn't #51

wilsonfreitas opened this issue Aug 8, 2022 · 2 comments
Labels

Comments

@wilsonfreitas
Copy link
Collaborator

get_cdi function does not have a refdate argument and it caches the downloaded data.
Furtherly it doesn't have arguments use_cache and cache_folder for cache handling.
This is a mess because once the data is downloaded and cached, it is not updated after the source is changed.

@wilsonfreitas wilsonfreitas changed the title get_cdi caches downloaded data, but it shouldn't cdi_get caches downloaded data, but it shouldn't Aug 13, 2022
@wilsonfreitas
Copy link
Collaborator Author

wilsonfreitas commented Aug 13, 2022

Use do_cache = FALSE in download_marketdata and read_marketdata solves temporarily.

@wilsonfreitas
Copy link
Collaborator Author

Solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant