当设置一个指向Big Query公共数据集的源,并使用source()函数在我的dbt模型中引用它时,我在dbt运行时得到以下错误: Database Error
Access Denied: Tablebigquery-public-data:INFORMATION_SCHEMA.SCHEMATA: User does not have permission to query table bigquery-public-data可以在</
当运行dbt时,我们随机地有一些模型失败,并出现以下错误:Max retriesexceeded with url: /bigquery/v2/projects/xxxx/jobs
(Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnectionestablish a new connec
我想使用DBT来枢轴在我的BigQuery表中的列。PIVOT(STRING_AGG(value) FOR name IN (select distinct name from company_entity))...但是我不知道如何使用SELECT语句来创建这样的变量。而且,由于我使用的是BigQuery