diff --git a/website/docs/guides/creating-new-materializations.md b/website/docs/guides/create-new-materializations.md similarity index 99% rename from website/docs/guides/creating-new-materializations.md rename to website/docs/guides/create-new-materializations.md index fe1f674e74f..1ad7d202de6 100644 --- a/website/docs/guides/creating-new-materializations.md +++ b/website/docs/guides/create-new-materializations.md @@ -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. diff --git a/website/docs/guides/dbt-models-on-databricks.md b/website/docs/guides/dbt-models-on-databricks.md index 21b848b6945..d1a55915777 100644 --- a/website/docs/guides/dbt-models-on-databricks.md +++ b/website/docs/guides/dbt-models-on-databricks.md @@ -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. diff --git a/website/docs/guides/debugging-schema-names.md b/website/docs/guides/debug-schema-names.md similarity index 97% rename from website/docs/guides/debugging-schema-names.md rename to website/docs/guides/debug-schema-names.md index a5d8c9be5db..7f40576d7a9 100644 --- a/website/docs/guides/debugging-schema-names.md +++ b/website/docs/guides/debug-schema-names.md @@ -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' diff --git a/website/docs/guides/manual-install-qs.md b/website/docs/guides/manual-install-qs.md index e49ef5bfdf7..61796fe008a 100644 --- a/website/docs/guides/manual-install-qs.md +++ b/website/docs/guides/manual-install-qs.md @@ -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' diff --git a/website/docs/guides/migrating-from-spark-to-databricks.md b/website/docs/guides/migrate-from-spark-to-databricks.md similarity index 97% rename from website/docs/guides/migrating-from-spark-to-databricks.md rename to website/docs/guides/migrate-from-spark-to-databricks.md index 68c867e762e..5be1c08d787 100644 --- a/website/docs/guides/migrating-from-spark-to-databricks.md +++ b/website/docs/guides/migrate-from-spark-to-databricks.md @@ -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' diff --git a/website/docs/guides/migrating-from-stored-procedures.md b/website/docs/guides/migrate-from-stored-procedures.md similarity index 99% rename from website/docs/guides/migrating-from-stored-procedures.md rename to website/docs/guides/migrate-from-stored-procedures.md index ef86534c4af..c894bce9873 100644 --- a/website/docs/guides/migrating-from-stored-procedures.md +++ b/website/docs/guides/migrate-from-stored-procedures.md @@ -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' diff --git a/website/docs/guides/orchestration/webhooks/serverless-datadog.md b/website/docs/guides/orchestration/webhooks/serverless-datadog.md index 6bd38869259..ebdc7419727 100644 --- a/website/docs/guides/orchestration/webhooks/serverless-datadog.md +++ b/website/docs/guides/orchestration/webhooks/serverless-datadog.md @@ -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). diff --git a/website/docs/guides/productionizing-your-dbt-databricks-project.md b/website/docs/guides/productionize-your-dbt-databricks-project.md similarity index 98% rename from website/docs/guides/productionizing-your-dbt-databricks-project.md rename to website/docs/guides/productionize-your-dbt-databricks-project.md index c7a53ebc105..ce4e73b567b 100644 --- a/website/docs/guides/productionizing-your-dbt-databricks-project.md +++ b/website/docs/guides/productionize-your-dbt-databricks-project.md @@ -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 --- diff --git a/website/docs/guides/how-to-set-up-your-databricks-dbt-project.md b/website/docs/guides/set-up-your-databricks-dbt-project.md similarity index 98% rename from website/docs/guides/how-to-set-up-your-databricks-dbt-project.md rename to website/docs/guides/set-up-your-databricks-dbt-project.md index fc03c542861..e40a4182423 100644 --- a/website/docs/guides/how-to-set-up-your-databricks-dbt-project.md +++ b/website/docs/guides/set-up-your-databricks-dbt-project.md @@ -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. diff --git a/website/docs/guides/sl-migration.md b/website/docs/guides/sl-migration.md index 5f5705314e9..b0605ece333 100644 --- a/website/docs/guides/sl-migration.md +++ b/website/docs/guides/sl-migration.md @@ -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 diff --git a/website/docs/guides/using-jinja.md b/website/docs/guides/using-jinja.md index 9c604b86453..9f098bb637f 100644 --- a/website/docs/guides/using-jinja.md +++ b/website/docs/guides/using-jinja.md @@ -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