【发布时间】:2021-09-08 20:15:47
【问题描述】:
我已经在 dbt 中创建了表模型。 当我第一次使用 dbt run 运行 dbt 时,所有内容都已创建。 然后我再运行一次 dbt 并得到一个错误
Compilation Error in model database.schema.model_name
When searching for a relation, dbt found an approximate match. Instead of guessing
which relation to use, dbt will move on. Please delete database.schema.model_name, or rename it to be less ambiguous.
dbt 不应该在每次运行时都删除并创建一个表模型吗?
【问题讨论】:
标签: dbt