这很奇怪,我想建立一个从 RStudio 到我在 AWS Athena 中的实例的连接。
我unixodbc
用作驱动程序管理器,并通过使用isql -v 'Simba Athena'
. 但是,当我在 RStudio 中测试连接时...
con <- DBI::dbConnect(
odbc::odbc(),
"Simba Athena"
)
...它给了我错误Error: nanodbc/nanodbc.cpp:1021: 00000: [Simba][ODBC] (11560) Unable to locate SQLGetPrivateProfileString function.
。关于它的任何线索,我有点卡住了。