英文: dbt-expectations column_type timestamptz test improperly fails 问题 The timestamp and timestamp wi...
如何在运行DBT项目时更改max_line_length?
英文: How to change max_line_length when running a DBT project? 问题 我运行一个DBT项目时遇到了问题。我的一些SQL命令超过了限制(80个...
“dbt select * idiom” 和 Snowflake
英文: The dbt select * idiom and Snowflake 问题 如在"我们如何组织我们的dbt项目"指南中所述,一个常见建议的dbt习惯/最佳实践是首先使用...
在一个宏内获取引用模型的配置变量
英文: DBT - get a ref model config variables inside a macro 问题 我正在使用宏来自动化和创建通用的DBT增量过程。 问题: 我尝试从一个我在另一...
在dbt项目中,`env_var`函数的行为不如预期。
英文: env_var function in dbt project is not behaving as expected 问题 在我的 dbt_project.yml 中: target-pat...
SQL编译错误:[TABLE.CRM_ID]不是一个有效的GROUP BY表达式
英文: SQL compilation error: [TABLE.CRM_ID] is not a valid group by expression 问题 运行我的代码时,出现了标题中的错误。我正...
在DBT中,我无法从’dbt.exceptions’导入名为’RuntimeException’的名称。
英文: In DBT I cannot import name 'RuntimeException' from 'dbt.exceptions' 问题 我尝试在EC2实...
Nessie命令在使用DBT时出现语法错误,但不在使用Spark时出现。
英文: Syntax error when using Nessie commands with DBT but not using Spark 问题 We are trying to setup a...
使用宏设置列元数据的DBT
英文: DBT set column metadata using macros 问题 我正在尝试在SQL中使用宏来设置我的列元数据,而不是在YML中设置,但我无法弄清楚是否可能。 我目前可以在YML...
dbt_utils union_relations column_override not working
英文: dbt_utils union_relations column_override not working 问题 {{ dbt_utils.union_relations( relations...