From 6133c14c672ff7c72d227275635f701a052c86e8 Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Tue, 15 Oct 2024 20:28:28 -0700
Subject: [PATCH 1/4] Update behavior-changes.md
---
website/docs/reference/global-configs/behavior-changes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/global-configs/behavior-changes.md b/website/docs/reference/global-configs/behavior-changes.md
index d35b83765e3..f8e7a0c9bd8 100644
--- a/website/docs/reference/global-configs/behavior-changes.md
+++ b/website/docs/reference/global-configs/behavior-changes.md
@@ -60,7 +60,7 @@ flags:
-When we use dbt Cloud in the following table, we're referring to accounts that have gone "[Versionless](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless)."
+When we use dbt Cloud in the following table, we're referring to accounts that have gone "[Versionless](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless)." You can use this table to understand which dbt version introduced or matured a behavior change in dbt Core or dbt Cloud. Note that dbt versions use different numbering conventions in each product because their contents may differ.
| Flag | dbt Cloud: Intro | dbt Cloud: Maturity | dbt Core: Intro | dbt Core: Maturity |
|-----------------------------------------------------------------|------------------|---------------------|-----------------|--------------------|
From e88119a5ab2e31907071b9e31c12192604f676bc Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Wed, 16 Oct 2024 09:11:19 -0700
Subject: [PATCH 2/4] Update behavior-changes.md
---
website/docs/reference/global-configs/behavior-changes.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/docs/reference/global-configs/behavior-changes.md b/website/docs/reference/global-configs/behavior-changes.md
index f8e7a0c9bd8..3bcb354363b 100644
--- a/website/docs/reference/global-configs/behavior-changes.md
+++ b/website/docs/reference/global-configs/behavior-changes.md
@@ -51,11 +51,13 @@ Here's an example of the available behavior change flags with their default valu
```yml
+
flags:
require_explicit_package_overrides_for_builtin_materializations: False
require_model_names_without_spaces: False
source_freshness_run_project_hooks: False
restrict_direct_pg_catalog_access: False
+
```
From 0f475556d05c8e749c02650069392fd5857fc5d3 Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Wed, 16 Oct 2024 09:12:15 -0700
Subject: [PATCH 3/4] Update behavior-changes.md
---
website/docs/reference/global-configs/behavior-changes.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/website/docs/reference/global-configs/behavior-changes.md b/website/docs/reference/global-configs/behavior-changes.md
index 3bcb354363b..f8e7a0c9bd8 100644
--- a/website/docs/reference/global-configs/behavior-changes.md
+++ b/website/docs/reference/global-configs/behavior-changes.md
@@ -51,13 +51,11 @@ Here's an example of the available behavior change flags with their default valu
```yml
-
flags:
require_explicit_package_overrides_for_builtin_materializations: False
require_model_names_without_spaces: False
source_freshness_run_project_hooks: False
restrict_direct_pg_catalog_access: False
-
```
From 2627fec98afc28e6982923e5330b08785579f246 Mon Sep 17 00:00:00 2001
From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com>
Date: Wed, 16 Oct 2024 09:50:35 -0700
Subject: [PATCH 4/4] Update
website/docs/reference/global-configs/behavior-changes.md
Co-authored-by: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
---
website/docs/reference/global-configs/behavior-changes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/global-configs/behavior-changes.md b/website/docs/reference/global-configs/behavior-changes.md
index f8e7a0c9bd8..ae109b8f7c7 100644
--- a/website/docs/reference/global-configs/behavior-changes.md
+++ b/website/docs/reference/global-configs/behavior-changes.md
@@ -60,7 +60,7 @@ flags:
-When we use dbt Cloud in the following table, we're referring to accounts that have gone "[Versionless](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless)." You can use this table to understand which dbt version introduced or matured a behavior change in dbt Core or dbt Cloud. Note that dbt versions use different numbering conventions in each product because their contents may differ.
+When we use dbt Cloud in the following table, we're referring to accounts that have gone "[Versionless](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless)." This table outlines which version of dbt Core contains the behavior change or the date the behavior change was added to dbt Cloud.
| Flag | dbt Cloud: Intro | dbt Cloud: Maturity | dbt Core: Intro | dbt Core: Maturity |
|-----------------------------------------------------------------|------------------|---------------------|-----------------|--------------------|