管道通知绑定失败 "Integration cannot be null for Azure."

Pipe Notifications bind failure "Integration cannot be null for Azure."

我在 Snowflake

中尝试配置 snowpipe 时遇到错误 Pipe Notifications bind failure "Integration cannot be null for Azure."
  create or replace pipe snowpipe_db.public.mypipe auto_ingest=true as
  copy into snowpipe_db.public.mytable
  from @snowpipe_db.public.mystage
  file_format = (type = 'JSON');

我们需要为 Snowpipe 设置任何额外的参数吗?

哦是的..连接 Azure 和 Snowpipe 一点也不容易。 在执行 运行 此命令之前,您需要配置很多东西。

转到下方 link 并单击 Azure BLOB 选项。 按照每个步骤进行操作,您可能会足够幸运地创建您的雪管。

我在做同样的事情时遇到了很多问题!

https://docs.snowflake.net/manuals/user-guide/data-load-snowpipe.html