From 0310b3670f88ad6303ae60cc444a219d40bdd84b Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:54:58 +0530 Subject: [PATCH] Docs: Fixing Intendation in the dbt cloud YAML (#19451) --- .../v1.6.x/connectors/pipeline/dbtcloud/yaml.md | 12 ++++++------ .../connectors/pipeline/dbtcloud/yaml.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/yaml.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/yaml.md index 2afdacd9f0c..ab33ccb6725 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/yaml.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/yaml.md @@ -110,22 +110,22 @@ source: type: DBTCloud ``` ```yaml {% srNumber=1 %} - host: "https://account_prefix.account_region.dbt.com" + host: "https://account_prefix.account_region.dbt.com" ``` ```yaml {% srNumber=2 %} - discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" + discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" ``` ```yaml {% srNumber=3 %} - accountId: "numeric_account_id" + accountId: "numeric_account_id" ``` ```yaml {% srNumber=4 %} - # jobIds: ["job_id_1", "job_id_2", "job_id_3"] + # jobIds: ["job_id_1", "job_id_2", "job_id_3"] ``` ```yaml {% srNumber=5 %} - # projectIds: ["project_id_1", "project_id_2", "project_id_3"] + # projectIds: ["project_id_1", "project_id_2", "project_id_3"] ``` ```yaml {% srNumber=6 %} - token: auth_token + token: auth_token ``` {% partial file="/v1.6/connectors/yaml/pipeline/source-config.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/yaml.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/yaml.md index 1ae2cf16870..52c5ec4907a 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/yaml.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/yaml.md @@ -110,22 +110,22 @@ source: type: DBTCloud ``` ```yaml {% srNumber=1 %} - host: "https://account_prefix.account_region.dbt.com" + host: "https://account_prefix.account_region.dbt.com" ``` ```yaml {% srNumber=2 %} - discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" + discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" ``` ```yaml {% srNumber=3 %} - accountId: "numeric_account_id" + accountId: "numeric_account_id" ``` ```yaml {% srNumber=4 %} - # jobIds: ["job_id_1", "job_id_2", "job_id_3"] + # jobIds: ["job_id_1", "job_id_2", "job_id_3"] ``` ```yaml {% srNumber=5 %} - # projectIds: ["project_id_1", "project_id_2", "project_id_3"] + # projectIds: ["project_id_1", "project_id_2", "project_id_3"] ``` ```yaml {% srNumber=6 %} - token: auth_token + token: auth_token ``` {% partial file="/v1.7/connectors/yaml/pipeline/source-config.md" /%}