问题描述
我正在尝试使用 Pyathena 包通过 Python 查询我在 AWS Athena 中的表,但遇到以下错误: “DatanotFoundError:无法加载数据:端点” 这是我正在使用的代码
import pythena
athena_client = pythena.Athena('database_name',region='us-west-2')
# Returns results as a pandas dataframe
df = athena_client.execute("select * from database_name.table_name limit 10")
df.sample()
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)