Skip to content

Commit d5589c5

Browse files
committed
add related docs link\
1 parent defc511 commit d5589c5

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

website/docs/docs/build/custom-aliases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,8 @@ If these models should indeed have the same database identifier, you can work ar
157157

158158
By default, dbt will create versioned models with the alias `<model_name>_v<v>`, where `<v>` is that version's unique identifier. You can customize this behavior just like for non-versioned models by configuring a custom `alias` or re-implementing the `generate_alias_name` macro.
159159

160+
## Related docs
161+
162+
- [Customize dbt models database, schema, and alias](/guides/customize-schema-alias?step=1) to learn how to customize dbt models database, schema, and alias
163+
- [Custom schema](/docs/build/custom-schemas) to learn how to customize dbt schema
164+
- [Custom database](/docs/build/custom-databases) to learn how to customize dbt database

website/docs/docs/build/custom-databases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ See docs on macro `dispatch`: ["Managing different global overrides across packa
9898
### BigQuery
9999

100100
When dbt opens a BigQuery connection, it will do so using the `project_id` defined in your active `profiles.yml` target. This `project_id` will be billed for the queries that are executed in the dbt run, even if some models are configured to be built in other projects.
101+
102+
## Related docs
103+
104+
- [Customize dbt models database, schema, and alias](/guides/customize-schema-alias?step=1) to learn how to customize dbt models database, schema, and alias
105+
- [Custom schema](/docs/build/custom-schemas) to learn how to customize dbt model schema
106+
- [Custom alias](/docs/build/custom-aliases) to learn how to customize dbt model alias name

website/docs/docs/build/custom-schemas.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,9 @@ In the `generate_schema_name` macro examples shown in the [built-in alternative
207207
If your schema names are being generated incorrectly, double-check your target name in the relevant environment.
208208

209209
For more information, consult the [managing environments in dbt Core](/docs/core/dbt-core-environments) guide.
210+
211+
## Related docs
212+
213+
- [Customize dbt models database, schema, and alias](/guides/customize-schema-alias?step=1) to learn how to customize dbt models database, schema, and alias
214+
- [Custom database](/docs/build/custom-databases) to learn how to customize dbt model database
215+
- [Custom aliases](/docs/build/custom-aliases) to learn how to customize dbt model alias name

0 commit comments

Comments
 (0)