Python连接Presto查询数据

Python连接Presto查询数据

一、pyhive

pip3 install pyhive

from pyhive import presto
from requests import Session
import requests
from requests.auth import HTTPBasicAuth
requests.packages.urllib3.disable_warnings()

req_kw = 

猜你喜欢

转载自blog.csdn.net/zhengzaifeidelushang/article/details/121189414