DBT条纹套件,雪花中的模式重复

发布于 2025-02-13 16:37:30 字数 333 浏览 1 评论 0原文

我正在使用Fivetran提供的以下DBT软件包:

” 模型进行

  • 使用dbt Run
  • 处理data
  1. stripe_combined是我们在dbt_project.yml中命名架构

方式要注意的是,在我们的模型部分中,我们在DBT_Project中说明了架构名称

 stripe:
    materialized: table
    +schema: stripe_combined

I am using the following DBT Package provided by Fivetran:
https://hub.getdbt.com/fivetran/stripe/latest/

When the models are processed using dbt run we duplicate the schemas in snowflake:

  • Stripe
  • Stripe combined data
  1. stripe_combined is how we named the schema in dbt_project.yml
  2. But once the operation is processed it seems to create an additional Schema titled Stripe with the exact same data in snowflake

One thing to note is that in our model's section in dbt_project we state the schema name

 stripe:
    materialized: table
    +schema: stripe_combined

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文