Simba ODBC Athena 驱动程序无法连接 IAM 配置文件身份验证
Simba ODBC Athena Driver failing to connect with IAM Profile authentication
驱动程序版本: ODBC 1.1.2 for OSX
字符串连接: Driver=Simba Athena ODBC Driver;AuthenticationType=IAM Profile;AWSProfile=profile-name;AwsRegion=eu-central-1;Workgroup=primary;S3OutputLocation=s3:///output;Schema=historical_data;
错误: nanodbc/nanodbc.cpp:983: 00000: [Simba][DSI] (20032) Required setting 'UID' is not present in the connection settings.
看起来像驱动程序中的某种错误。
我可以连接 AWS CLI,因此配置文件已正确设置。
与 AWS 配置文件连接的正确方法是将 AuthenticationType
设置为 Instance Profile
。
驱动程序版本: ODBC 1.1.2 for OSX
字符串连接: Driver=Simba Athena ODBC Driver;AuthenticationType=IAM Profile;AWSProfile=profile-name;AwsRegion=eu-central-1;Workgroup=primary;S3OutputLocation=s3:///output;Schema=historical_data;
错误: nanodbc/nanodbc.cpp:983: 00000: [Simba][DSI] (20032) Required setting 'UID' is not present in the connection settings.
看起来像驱动程序中的某种错误。
我可以连接 AWS CLI,因此配置文件已正确设置。
与 AWS 配置文件连接的正确方法是将 AuthenticationType
设置为 Instance Profile
。