Skip to content

Commit 5b378d1

Browse files
This branch was auto-updated!
2 parents 1180c66 + 7a07a27 commit 5b378d1

38 files changed

+43
-30
lines changed

website/blog/ctas.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
subheader: Catch up on Coalesce 2024 and register to access a select number of on-demand sessions.
3131
button_text: Register and watch
3232
url: https://coalesce.getdbt.com/register/online
33-
- name: sdf_webinar_2025
34-
header: Accelerating dbt with SDF
35-
subheader: Join leaders from dbt Labs and SDF Labs for insights and a live Q&A.
33+
- name: spring_launch_2025
34+
header: 2025 dbt Cloud Launch Showcase
35+
subheader: Join us on March 19th or 20th to hear from our executives and product leaders about the latest features landing in dbt.
3636
button_text: Save your seat
37-
url: https://www.getdbt.com/resources/webinars/accelerating-dbt-with-sdf
37+
url: https://www.getdbt.com/resources/webinars/2025-dbt-cloud-launch-showcase

website/blog/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
featured_image: ""
33

44
# This CTA lives in right sidebar on blog index
5-
featured_cta: "sdf_webinar_2025"
5+
featured_cta: "spring_launch_2025"
66

77
# Show or hide hero title, description, cta from blog index
88
show_title: true

website/docs/docs/build/analyses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Analyses"
3-
description: "Read this tutorial to learn how to use custom analyses when building in dbt."
3+
description: "Configure SQL files in dbt to create compiled code used for analyses."
44
id: "analyses"
55
pagination_next: null
66
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Custom aliases"
3-
description: "Read this tutorial to learn how to use custom aliases when building in dbt."
3+
description: "Configure custom aliases to override default naming conventions for models and other resources in dbt."
44
id: "custom-aliases"
55
---
66

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Custom schemas"
3+
description: "Configure custom schemas for your dbt model's tables and views in the database."
34
id: "custom-schemas"
45
pagination_next: "docs/build/custom-databases"
56
---

website/docs/docs/build/data-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Add data tests to your DAG"
33
sidebar_label: "Data tests"
4-
description: "Read this tutorial to learn how to use data tests when building in dbt."
4+
description: "Configure dbt data tests to assess the quality of your input data and ensure accuracy in resulting datasets."
55
pagination_next: "docs/build/unit-tests"
66
pagination_prev: null
77
search_weight: "heavy"

website/docs/docs/build/hooks-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Hooks and operations"
3-
description: "Read this tutorial to learn how to use hooks and operations when building in dbt."
3+
description: "Customize dbt workflows using hooks and operations."
44
id: "hooks-operations"
55
---
66

website/docs/docs/build/incremental-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configure incremental models"
3-
description: "Learn how to configure incremental models when building in dbt."
3+
description: "Learn how to configure and optimize incremental models when developing in dbt."
44
id: "incremental-models"
55
keywords: ["incremental models", "incremental materialization","incremental", "materialization", "incremental model", "incremental strategy", "incremental model configuration"]
66
---

website/docs/docs/build/incremental-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "About incremental strategy"
33
sidebar_label: "About incremental strategy"
4-
description: "Learn about the various ways (strategies) to implement incremental materializations."
4+
description: "Incremental strategies for materializations optimize performance by defining how to handle new and changed data."
55
id: "incremental-strategy"
66
---
77

website/docs/docs/build/jinja-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Jinja and macros"
3-
description: "Read this tutorial to learn how to use jinja and macros when building in dbt."
3+
description: "Enhance your SQL with Jinja and macros when developing in dbt to create reusable, modular logic."
44
id: "jinja-macros"
55
---
66

0 commit comments

Comments
 (0)