You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most everywhere else in DBT, database is synonymous to project, and dataset is synonymous to schema. In sources, this is not the case, and they are unexpected parameters. This is very confusing to end users looking at code with project and dataset everywhere else, they'll not even be familiar with what database and schema are, as these names don't appear anywhere in bigquery.
Steps To Reproduce
Attempt to specify the dataset or project of a source in schema.yml
Expected behavior
Schema and dataset should be interchangeable, as should database and project
Screenshots and log output
dditional properties are not allowed ('project', 'dataset' were unexpected)
System information
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
The output of dbt --version:
0.15.2
The text was updated successfully, but these errors were encountered:
drewbanin
added
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
and removed
bigquery
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
good_first_issue
Straightforward + self-contained changes, good for new contributors!
labels
Feb 28, 2020
Describe the bug
Most everywhere else in DBT, database is synonymous to project, and dataset is synonymous to schema. In sources, this is not the case, and they are unexpected parameters. This is very confusing to end users looking at code with project and dataset everywhere else, they'll not even be familiar with what database and schema are, as these names don't appear anywhere in bigquery.
Steps To Reproduce
Attempt to specify the dataset or project of a source in
schema.yml
Expected behavior
Schema and dataset should be interchangeable, as should database and project
Screenshots and log output
dditional properties are not allowed ('project', 'dataset' were unexpected)
System information
Which database are you using dbt with?
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: