Docs: Fixing Intendation in the dbt cloud YAML (#19451)

This commit is contained in:
Prajwal214 2025-01-20 16:54:58 +05:30 committed by GitHub
parent 1e9feefcd5
commit 0310b3670f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -110,22 +110,22 @@ source:
type: DBTCloud type: DBTCloud
``` ```
```yaml {% srNumber=1 %} ```yaml {% srNumber=1 %}
host: "https://account_prefix.account_region.dbt.com" host: "https://account_prefix.account_region.dbt.com"
``` ```
```yaml {% srNumber=2 %} ```yaml {% srNumber=2 %}
discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" discoveryAPI: "https://metadata.cloud.getdbt.com/graphql"
``` ```
```yaml {% srNumber=3 %} ```yaml {% srNumber=3 %}
accountId: "numeric_account_id" accountId: "numeric_account_id"
``` ```
```yaml {% srNumber=4 %} ```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 %} ```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 %} ```yaml {% srNumber=6 %}
token: auth_token token: auth_token
``` ```
{% partial file="/v1.6/connectors/yaml/pipeline/source-config.md" /%} {% partial file="/v1.6/connectors/yaml/pipeline/source-config.md" /%}

View File

@ -110,22 +110,22 @@ source:
type: DBTCloud type: DBTCloud
``` ```
```yaml {% srNumber=1 %} ```yaml {% srNumber=1 %}
host: "https://account_prefix.account_region.dbt.com" host: "https://account_prefix.account_region.dbt.com"
``` ```
```yaml {% srNumber=2 %} ```yaml {% srNumber=2 %}
discoveryAPI: "https://metadata.cloud.getdbt.com/graphql" discoveryAPI: "https://metadata.cloud.getdbt.com/graphql"
``` ```
```yaml {% srNumber=3 %} ```yaml {% srNumber=3 %}
accountId: "numeric_account_id" accountId: "numeric_account_id"
``` ```
```yaml {% srNumber=4 %} ```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 %} ```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 %} ```yaml {% srNumber=6 %}
token: auth_token token: auth_token
``` ```
{% partial file="/v1.7/connectors/yaml/pipeline/source-config.md" /%} {% partial file="/v1.7/connectors/yaml/pipeline/source-config.md" /%}