Hi,
I have been trying to use fetch_csv to fetch some metadata that I will be using. Data is not really tied to a date or a symbol.
The only way I could get this to work is to use a pre_func and assign the df I receive their to the context. I am wondering if there is a better way of achieving this?
Grateful for any feedback