【问题标题】:Connecting Snowflake database to R and Python in Datagrip在 Datagrip 中将 Snowflake 数据库连接到 R 和 Python
【发布时间】:2020-01-10 20:49:23
【问题描述】:

我正在为一个相当基本的设置而苦苦挣扎。我已经下载了 Datagrip 中的 R 和 Python 插件...如何将它们连接到 Datagrip 中的 Snowflake 数据库?

【问题讨论】:

标签: python r snowflake-cloud-data-platform datagrip intellij-datagrip


【解决方案1】:

DataGrip 中的 R 和 Python 插件只是简单的编辑器支持扩展,用于在同一 IDE 中处理 Python 和 R 文件(而不是打开单独的编辑器程序)。

您的 DataGrip 配置的连接不会自动在您使用插件在同一 IDE 中编辑的 Python/R 代码中可用。相反,您必须按照特定语言的说明直接在您的代码中连接到 Snowflake。

对于 Python,https://docs.snowflake.net/manuals/user-guide/python-connector.html 提供了官方连接指南 对于 R,一篇博文介绍了使用 dplyr 的一种可能方法,地址为 https://www.snowflake.com/blog/integrating-the-snowflake-data-warehouse-with-r-via-dplyr/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-08-17
    • 2018-05-03
    • 1970-01-01
    • 1970-01-01
    • 2022-01-10
    • 2020-10-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多