Skip to content

Commit 0860357

Browse files
authored
SEO: How-tos remaining tools (#43)
* SEO: How-tos remaining tools Add SEO titles, sidebar_label, and meta descriptions to how-to pages for DataHub, DataOps, dbt, Git, My Airflow, Snowflake, and Superset. * Update sidebar label in DataOps README
1 parent b4bf121 commit 0860357

22 files changed

Lines changed: 66 additions & 22 deletions

docs/how-tos/datahub/how_to_datahub_cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Manage datahub using CLI
2+
title: "Use the DataHub CLI from Datacoves VS Code"
3+
sidebar_label: "DataHub CLI"
4+
description: "How to install and use the DataHub CLI from the Datacoves VS Code terminal to manage metadata, run ingestion recipes, and interact with your DataHub instance."
35
sidebar_position: 61
46
---
57
# How to use DataHub's CLI from your VS Code terminal

docs/how-tos/datahub/how_to_datahub_dbt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Configure dbt metadata ingestion
2+
title: "Ingest dbt Metadata into DataHub from Datacoves"
3+
sidebar_label: "dbt Metadata Ingestion"
4+
description: "Set up and run dbt metadata ingestion into DataHub from Datacoves: configure the ingestion recipe, run the connector, and browse lineage in DataHub."
35
sidebar_position: 59
46
---
57
# Ingesting dbt Metadata into DataHub

docs/how-tos/datahub/how_to_datahub_snowflake.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Configure Snowflake metadata ingestion
2+
title: "Connect Snowflake to DataHub via Datacoves"
3+
sidebar_label: "Snowflake Metadata Ingestion"
4+
description: "Configure Snowflake metadata ingestion into DataHub in Datacoves: set up the Snowflake DataHub connector, configure credentials, and run the recipe."
35
sidebar_position: 60
46
---
57
# How to ingest Snowflake metadata into DataHub

docs/how-tos/dataops/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: DataOps
2+
title: "DataOps How-To Guides for Datacoves Teams"
3+
sidebar_label: "DataOps"
4+
description: "How-to guides for DataOps practices in Datacoves: define workflows, develop and release features, and trigger CI/CD pipelines without code changes."
35
sidebar_position: 4
46
---
57
# DataOps in Datacoves

docs/how-tos/dataops/releasing-new-feature.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Releasing a new feature
2+
title: "Develop and Release dbt Features in Datacoves"
3+
sidebar_label: "Release a Feature"
4+
description: "Step-by-step workflow for developing a new dbt feature in Datacoves: branch, build, test, open a PR, and promote changes through environments to production."
35
sidebar_position: 63
46
---
57
# How to develop and release a feature

docs/how-tos/dataops/trigger-cicd-workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Trigger CI/CD without code changes
2+
title: "Trigger CI/CD Pipelines Without Code Changes"
3+
sidebar_label: "Trigger CI/CD"
4+
description: "How to manually trigger a CI/CD workflow in Datacoves without committing code changes, using an empty commit or repository dispatch event."
35
sidebar_position: 72
46
---
57
# How to trigger a CI/CD run without code changes

docs/how-tos/dbt/advenced-dbt-debug.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Advanced Debugging
2+
title: "Debug dbt Models and Macros in Datacoves"
3+
sidebar_label: "Advanced Debugging"
4+
description: "Advanced techniques for debugging dbt models and macros in Datacoves: use VS Code breakpoints, dbt compile previews, and SQLFluff to diagnose errors."
35
sidebar_position: 65
46
---
57
# How to Debug dbt Models and Macros

docs/how-tos/dbt/compilation-errors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Compilation Errors
2+
title: "Fix dbt Compilation Errors in Datacoves"
3+
sidebar_label: "Compilation Errors"
4+
description: "Identify and resolve common dbt compilation errors in Datacoves, including undefined refs, missing sources, invalid Jinja syntax, and YAML parsing issues."
35
sidebar_position: 66
46
---
57
# How to Fix dbt Compilation Errors

docs/how-tos/dbt/database-errors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Database Errors
2+
title: "How to Fix dbt Database and SQL Errors"
3+
sidebar_label: "Database Errors"
4+
description: "Troubleshoot and resolve dbt database errors in Datacoves, including permission issues, schema mismatches, and warehouse connection failures."
35
sidebar_position: 67
46
---
57
# How to Fix dbt Database Errors

docs/how-tos/dbt/dependency-errors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Dependency Errors
2+
title: "Fix dbt Package Dependency Errors in Datacoves"
3+
sidebar_label: "Dependency Errors"
4+
description: "Resolve dbt dependency and package errors in Datacoves, including dbt deps failures, version conflicts, and missing package configurations in packages.yml."
35
sidebar_position: 68
46
---
57
# How to Fix dbt Dependency Errors

0 commit comments

Comments
 (0)