Skip to content

Commit

Permalink
Merge branch 'current' into mwong-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 12, 2024
2 parents f552055 + 884857f commit d4a09ad
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 76 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/dbt-jinja-functions/builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ From dbt v1.5 and higher, use the following macro to extract user-provided argum
-- call builtins.ref based on provided positional arguments
{% set rel = None %}
{% if packagename is not none %}
{% set rel = return(builtins.ref(packagename, modelname, version=version)) %}
{% set rel = builtins.ref(packagename, modelname, version=version) %}
{% else %}
{% set rel = return(builtins.ref(modelname, version=version)) %}
{% set rel = builtins.ref(modelname, version=version) %}
{% endif %}
-- finally, override the database name with "dev"
Expand Down
2 changes: 1 addition & 1 deletion website/snippets/_cloud-environments-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For more info, check out this [FAQ page on this topic](/faqs/Environments/custom
### Extended attributes

:::note
Extended attributes are retrieved and applied only at runtime when `profiles.yml` is requested for a specific Cloud run. Extended attributes are currently _not_ taken into consideration for Cloud-specific features such as PrivateLink or SSH Tunneling that do not rely on `profiles.yml` values.
Extended attributes are retrieved and applied only at runtime when `profiles.yml` is requested for a specific Cloud run. Extended attributes are currently _not_ taken into consideration for SSH Tunneling which do not rely on `profiles.yml` values.
:::

Extended Attributes is a feature that allows users to set a flexible [profiles.yml](/docs/core/connect-data-platform/profiles.yml) snippet in their dbt Cloud Environment settings. It provides users with more control over environments (both deployment and development) and extends how dbt Cloud connects to the data platform within a given environment.
Expand Down
3 changes: 0 additions & 3 deletions website/snippets/available-beta-banner.md

This file was deleted.

8 changes: 0 additions & 8 deletions website/snippets/sl-considerations-banner.md

This file was deleted.

8 changes: 0 additions & 8 deletions website/snippets/test-snippet.md

This file was deleted.

10 changes: 0 additions & 10 deletions website/snippets/tutorial-create-new-dbt-cloud-account.md

This file was deleted.

44 changes: 0 additions & 44 deletions website/snippets/tutorial-initiate-project.md

This file was deleted.

0 comments on commit d4a09ad

Please sign in to comment.