Scrooge-McDuck icon indicating copy to clipboard operation
Scrooge-McDuck copied to clipboard

Binder Error: table "yahoo_finance" has duplicate column name "star"

Open Thorsten-Yurika opened this issue 7 months ago • 2 comments

Hello,

I am testing out the new extensions and have noticed that i cannot use the yahoo_finance tables in DBBeaver (Version 24.1.2.202407071610) and idea what I am doing wrong?

INSTALL scrooge FROM community;
LOAD scrooge;

FROM yahoo_finance("^GSPC", "2023-02-01", "2023-02-04", "1d");

SQL Error: java.sql.SQLException: Binder Error: table "yahoo_finance" has duplicate column name "star"

Thorsten-Yurika avatar Jul 26 '24 04:07 Thorsten-Yurika