Problem setting dataset (schema) using Big Query #458
josepablofm78
started this conversation in
General
Replies: 1 comment
-
I just read it is related with the schema config in dbt, nothing related with dbt-artifacts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use dbt artifacts on Big Query, setting a specific Project/dataset for the artifacts using the database and schema properties in the dbt_project.yml
But I'm finding that dbt-artifacts is using the name of the dataset configured for the profile used in the dbt run as prefix to build the name of the BQ dataset.
For instance, If I run something like this:
where the profile testSchema has a dataset configured with the same name, I'm getting the following error:
Dataset dev-datalake:testSchema_monitoring was not found in location EU; reason: notFound
Is this a bug or is it by design?
By the way, what I'm trying to achieve is to (re)use the same dataset/tables across multiple profiles and flows.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions