gpt4 book ai didi

Python 和 Snowflake 如何将 Azure AD 用户名和密码添加到 Snowflake 连接以便能够访问帐户并运行 ETL 脚本?

转载 作者:行者123 更新时间:2023-12-03 02:30:13 25 4
gpt4 key购买 nike

我正在尝试通过我们的 Azure AD 集成按钮登录 Snowflake。

我的连接脚本使用试用帐户的凭据,其中只有雪花上的用户名和密码:

conn = snowCtx.connect(
user=user,
password=password,
account=account,
database=database,
schema=schema,
warehouse=warehouse,
role='SYSADMIN',
autocommit=False,
)

现在,我需要添加 Azure AD 用户名和密码并将其与连接集成,以便访问我的产品帐户并启动我的 ETL 流程。

我检查了following :

import azure.functions as func

但在此之前我使用以下方法安装了 azure 库:

pip install azure

但是azure库中没有模块functions

如何将 Azure AD 身份验证添加到雪花光标?

最佳答案

使用pip install azure-functions安装azure.functions

另请参阅Quickstart: Create a Python function in Azure from the command line , Azure Functions Python developer guideImprove throughput performance of Python apps in Azure Functions .

But there is no module functions within azure library.

来自https://pypi.org/project/azure/ :

Starting with v5.0.0, this package is deprecated. Please install the service specific packages prefixed by azure needed for your application.

关于Python 和 Snowflake 如何将 Azure AD 用户名和密码添加到 Snowflake 连接以便能够访问帐户并运行 ETL 脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65392133/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com