我公司中使用rpa的一个团队希望自动化在qubole-hive环境中运行的报告。最初的方法是释放robot以登录到okta,然后在qubole中工作,运行查询并下载结果。有没有更直接的方法来使用uipath studio呢?谢谢你的好意。
j2qf4p5b1#
您还可以利用restapi调用https://docs.qubole.com/en/latest/rest-api/api_overview.html 向qubole提交查询。
bkhjykvo2#
我不太熟悉uipath studio,但是如果uipath有odbc/jdbc接口来连接不同的数据源,然后可以使用qubole odbc或jdbc驱动程序(参考:https://docs.qubole.com/en/latest/connectivity-options/use-qubole-drivers/odbc-driver/index.htmlhttpshttp://docs.qubole.com/en/latest/connectivity-options/use-qubole-drivers/jdbc-driver/index.html)直接在qubole analysis上启动配置单元sql查询,驱动程序将返回结果到uipath。~z~莫希特
2条答案
按热度按时间j2qf4p5b1#
您还可以利用restapi调用https://docs.qubole.com/en/latest/rest-api/api_overview.html 向qubole提交查询。
bkhjykvo2#
我不太熟悉uipath studio,但是如果uipath有odbc/jdbc接口来连接不同的数据源,然后可以使用qubole odbc或jdbc驱动程序(参考:https://docs.qubole.com/en/latest/connectivity-options/use-qubole-drivers/odbc-driver/index.htmlhttpshttp://docs.qubole.com/en/latest/connectivity-options/use-qubole-drivers/jdbc-driver/index.html)直接在qubole analysis上启动配置单元sql查询,驱动程序将返回结果到uipath。
~z~莫希特