From 519abc234a30b5ba2a8cdf08e2a48b6cb68185d6 Mon Sep 17 00:00:00 2001 From: Florian Eiden Date: Wed, 25 Oct 2023 09:45:33 -0700 Subject: [PATCH 1/2] Clarify applicability of EAT --- website/snippets/_cloud-environments-info.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/snippets/_cloud-environments-info.md b/website/snippets/_cloud-environments-info.md index b0c8e86a2b5..39245b2f87c 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -47,10 +47,13 @@ For more info, check out this [FAQ page on this topic](/faqs/Environments/custom ### Extended attributes (Beta) :::important This feature is currently in beta - Extended Attributes is currently in [beta](/docs/dbt-versions/product-lifecycles?) for select users and is subject to change. ::: +:::note +Extended attributes are retrieved and applied at runtime only, that is when a `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 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. Extended Attributes is a text box extension at the environment level that overrides connection or environment credentials, including any custom environment variables. You can set any YAML attributes that a dbt adapter accepts in its `profiles.yml`. From f2777417f31bf44846c03db65c3d366111fb27bf Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:42:02 -0400 Subject: [PATCH 2/2] Update website/snippets/_cloud-environments-info.md --- website/snippets/_cloud-environments-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_cloud-environments-info.md b/website/snippets/_cloud-environments-info.md index 39245b2f87c..2488e1d6c17 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -51,7 +51,7 @@ Extended Attributes is currently in [beta](/docs/dbt-versions/product-lifecycles ::: :::note -Extended attributes are retrieved and applied at runtime only, that is when a `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 Cloud-specific features such as PrivateLink or SSH Tunneling that 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.