OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

[Bug] openbbterminal-poetry-full:1.7.0 images not available in ghcr.io

Open metlos opened this issue 1 year ago • 6 comments

Describe the bug The last version of the terminal available as a docker image is 1.6.0.

To Reproduce Visit https://github.com/openbb-finance/OpenBBTerminal/pkgs/container/openbbterminal-poetry-full and see that the latest version is 1.6.0.

metlos avatar Aug 29 '22 14:08 metlos

and there are some breaking changes that need to be updated

teracapital avatar Aug 29 '22 21:08 teracapital

for example api.etf.models.stockanalysis.get_all_names_symbols() stoped working at 1.6.0

teracapital avatar Aug 29 '22 21:08 teracapital

Hey @metlos and @teracapital ,

We are working hard on our OpenBB Terminal 2.0 (coming very soon).

Our goal is to have our API widely available through pip install openbb and an updated docker version.

Thanks for flagging this

DidierRLopes avatar Aug 29 '22 23:08 DidierRLopes

Thanks @DidierRLopes. Looking forward to 2.0!!!

if anyone got this error from api.etf.models.stockanalysis.get_all_names_symbols(), you can still use api.economy.models.investingcom.investpy.etfs.etfs_as_df()['symbols'] diferent sources, but almost the same result!

teracapital avatar Aug 30 '22 13:08 teracapital

@montezdesousa can you make sure we have this particular API call working? Thanks!

DidierRLopes avatar Aug 30 '22 13:08 DidierRLopes

Thanks @DidierRLopes. Looking forward to 2.0!!!

if anyone got this error from api.etf.models.stockanalysis.get_all_names_symbols(), you can still use api.economy.models.investingcom.investpy.etfs.etfs_as_df()['symbols'] diferent sources, but almost the same result!

This second source seems to have more data available actually. Anyways I'll fix the first here https://github.com/OpenBB-finance/OpenBBTerminal/pull/2467 and make it available on the new api as well. Thanks!!

montezdesousa avatar Aug 30 '22 15:08 montezdesousa