为什么 Snowflake PUT 命令会抛出错误 253003?

时间:2021-05-03 22:05:05

标签: command snowflake-cloud-data-platform put

使用snowflake-connector-python 2.4.3,我们能够成功连接并执行DML & DDL。但是 put 命令会引发此错误:

snowflake.connector.errors.OperationalError: 253003: 
253003: <urllib3.connection.HTTPSConnection object at 0x7f2dbd5784a8>: 
Failed to establish a new connection: [Errno -2] Name or service not known, file=/tmp/tmpwh9m7__x, real file=/tmp/tmpwh9m7__x

我们可以使用 SnowSQL 客户端手动 put 文件到指定阶段。 put 命令创建自己的连接是否与我们已经在 python 中创建的连接和游标分开? put 是否需要通过我们的防火墙打开特定的出站端口?我假设一切都通过端口 443 (https)。

0 个答案:

没有答案