【问题标题】:Snowflake creation of Notification integration on azure storage queue error天蓝色存储队列错误通知集成的雪花创建
【发布时间】:2020-09-01 12:33:35
【问题描述】:

我试图为 azure storage 创建通知集成,创建了存储队列。雪花子网包括和雪花服务原则可以访问存储,一切都与存储集成工作正常。现在我正在尝试设置通知集成并收到以下错误

SQL 执行内部错误:处理因错误 370001:1831050371 而中止;

create notification integration my_azure_int
enabled = true
type = queue
notification_provider = azure_storage_queue
azure_storage_queue_primary_uri = 'https://accountname.queue.core.windows.net/queuename'
azure_tenant_id = '123456-abcdef-abc-123-98765432';```

Error is not at all descriptive. please suggest some ideas.

【问题讨论】:

    标签: snowflake-cloud-data-platform snowflake-schema


    【解决方案1】:

    您能否通过执行以下命令来验证您在帐户中创建了多少通知集成?

    show notification integrations;
    

    这可能是因为您超出了可以创建的最大集成/队列数(总共 10 个)。

    如果不是这样,我建议稍后再试,或者打开支持票。

    【讨论】:

    • 我是第一次创建通知集成。我想在创建案例之前在这里发布一次。感谢您的回复。
    【解决方案2】:

    由于某种原因不允许通知集成,这是雪花的问题,但如果您看到错误是由事件 37001 创建的。雪花监控这些事件并根据需要进行更改。 他们在一天后启用了通知集成,然后它工作正常。

    【讨论】:

      猜你喜欢
      • 2015-11-20
      • 2021-10-21
      • 2022-01-12
      • 1970-01-01
      • 2013-11-12
      • 1970-01-01
      • 2013-11-08
      • 2021-01-08
      • 2015-03-07
      相关资源
      最近更新 更多