Skip to content

Commit

Permalink
adding some consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun committed Nov 7, 2023
1 parent 0547922 commit 5578d03
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Creating new materializations"
id: creating-new-materializations
title: "Create new materializations"
id: create-new-materializations
description: Learn how to create your own materializations.
displayText: Creating new materializations
hoverSnippet: Learn how to create your own materializations.
Expand Down
1 change: 0 additions & 1 deletion website/docs/guides/dbt-models-on-databricks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Optimize and troubleshoot dbt models on Databricks
id: optimize-dbt-models-on-databricks
sidebar_label: "Optimize and troubleshoot dbt models on Databricks"
description: "Learn more about optimizing and troubleshooting your dbt models on Databricks"
displayText: Optimizing and troubleshooting your dbt models on Databricks
hoverSnippet: Learn how to optimize and troubleshoot your dbt models on Databricks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Debugging schema names
id: debugging-schema-names
title: Debug schema names
id: debug-schema-names
description: Learn how to debug schema names when models build under unexpected schemas
displayText: Debugging schema names
hoverSnippet: Learn how to debug schema names dbt.
displayText: Debug schema names
hoverSnippet: Learn how to debug schema names in dbt.
# time_to_complete: '30 minutes' commenting out until we test
platform: 'dbt-core'
icon: 'guides'
Expand Down
1 change: 0 additions & 1 deletion website/docs/guides/manual-install-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "Quickstart for dbt Core from a manual install"
id: manual-install
description: "Connecting your warehouse to dbt Core using the CLI."
sidebar_label: "Manual install quickstart"
level: 'Beginner'
platform: 'dbt-core'
icon: 'fa-light fa-square-terminal'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Migrating from dbt-spark to dbt-databricks"
id: "migrating-from-spark-to-databricks"
title: "Migrate from dbt-spark to dbt-databricks"
id: "migrate-from-spark-to-databricks"
description: Learn how to migrate from dbt-spark to dbt-databricks.
displayText: Migrating from Spark to Databricks
displayText: Migrate from Spark to Databricks
hoverSnippet: Learn how to migrate from dbt-spark to dbt-databricks.
# time_to_complete: '30 minutes' commenting out until we test
icon: 'guides'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Migrating from DDL, DML, and stored procedures
id: migrating-from-stored-procedures
title: Migrate from DDL, DML, and stored procedures
id: migrate-from-stored-procedures
description: Learn how to transform from a historical codebase of mixed DDL and DML statements to dbt models, including tips and patterns for the shift from a procedural to a declarative approach in defining datasets.
displayText: Migrating from DDL, DML, and stored procedures
displayText: Migrate from DDL, DML, and stored procedures
hoverSnippet: Learn how to transform from a historical codebase of mixed DDL and DML statements to dbt models
# time_to_complete: '30 minutes' commenting out until we test
platform: 'dbt-core'
Expand Down
10 changes: 8 additions & 2 deletions website/docs/guides/orchestration/webhooks/serverless-datadog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
title: "Create Datadog events from dbt Cloud results"
id: webhooks-guide-serverless-datadog
slug: serverless-datadog
id: serverless-datadog
description: Configure a serverless app to add Datadog logs
hoverSnippet: Learn how to configure a serverless app to add Datadog logs.
# time_to_complete: '30 minutes' commenting out until we test
icon: 'guides'
hide_table_of_contents: true
tags: ['Webhooks']
level: 'Intermediate'
recently_updated: true
---

This guide will teach you how to build and host a basic Python app which will add dbt Cloud job events to Datadog. To do this, when a dbt Cloud job completes it will create a log entry for each node that was run, containing all information about the node provided by the [Discovery API](/docs/dbt-cloud-apis/discovery-schema-job-models).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: Productionizing your dbt Databricks project
id: "productionizing-your-dbt-databricks-project"
sidebar_label: "Productionizing your dbt Databricks project"
title: Productionize your dbt Databricks project
id: "productionize-your-dbt-databricks-project"
description: "Learn how to deliver models to end users and use best practices to maintain production data"
displayText: Productionizing your dbt Databricks project
hoverSnippet: Learn how to Productionizing your dbt Databricks project.
displayText: Productionize your dbt Databricks project
hoverSnippet: Learn how to Productionize your dbt Databricks project.
# time_to_complete: '30 minutes' commenting out until we test
icon: 'databricks'
hide_table_of_contents: true
tags: ['Databricks', 'dbt Core','dbt Cloud']
tags: ['Databricks','dbt Core','dbt Cloud']
level: 'Intermediate'
recently_updated: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: How to set up your Databricks and dbt project
id: how-to-set-up-your-databricks-dbt-project
sidebar_label: "How to set up your Databricks and dbt project"
title: Set up your dbt project with Databricks
id: set-up-your-databricks-dbt-project
description: "Learn more about setting up your dbt project with Databricks"
displayText: Setting up your dbt project with Databricks
hoverSnippet: Learn how to set up your dbt project with Databricks.
Expand Down
3 changes: 1 addition & 2 deletions website/docs/guides/sl-migration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Legacy dbt Semantic Layer migration guide"
id: "sl-migration"
sidebar_label: "Legacy dbt Semantic Layer migration"
description: "Learn how to migrate from the legacy dbt Semantic Layer to the latest one."
hoverSnippet: Learn how to migrate from the legacy dbt Semantic Layer to the latest one.
hoverSnippet: Migrate from the legacy dbt Semantic Layer to the latest one.
# time_to_complete: '30 minutes' commenting out until we test
icon: 'guides'
hide_table_of_contents: true
Expand Down
4 changes: 3 additions & 1 deletion website/docs/guides/using-jinja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Using Jinja"
title: "Use Jinja to improve your SQL code"
id: "using-jinja"
description: "Learn how to improve your SQL code using Jinja."
hoverSnippet: "Improve your SQL code with Jinja"
# time_to_complete: '30 minutes' commenting out until we test
icon: 'guides'
hide_table_of_contents: true
Expand Down

0 comments on commit 5578d03

Please sign in to comment.