Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇是否有一种方法可以对 Caravel 中的 Hive 表中的数据进行建模。
类似于 caravel 如何连接到 Druid 集群并在 Druid 中的数据上显示 UI,有没有办法使用 JDBC 对 Caravel 中的 Hive 中的数据进行建模?
是的,看看https://github.com/dropbox/PyHive。您可以指定 sql alchemy 连接字符串并连接到 Hive。