Skip to content

Commit

Permalink
Consistent parameter references and BigQuery terminology layout (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 18, 2024
2 parents ac77a52 + 7edb490 commit 4db13a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/docs/reference/resource-properties/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ The schema name as stored in the database.
This parameter is useful if you want to use a source name that differs from the schema name.


#### BigQuery terminology
:::info BigQuery terminology

If you're using BigQuery, use the _dataset_ name as the `schema:` property.
If you're using BigQuery, use the _dataset_ name as the `schema` property.

:::

## Default
By default, dbt will use the source's `name:` parameter as the schema name.
By default, dbt will use the source's `name` parameter as the schema name.

## Examples
### Use a simpler name for a source schema than the one in your database
Expand Down

0 comments on commit 4db13a5

Please sign in to comment.