Doc: DBT indentation FIX (#21359)

This commit is contained in:
Rounak Dhillon 2025-05-26 11:42:57 +05:30 committed by GitHub
parent e323b100b6
commit 57a37c7aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
```yaml {% srNumber=221 %}
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
```
```yaml {% srNumber=222 %}
# awsSessionToken: TOKEN
```
```yaml {% srNumber=223 %}
awsRegion: us-east-2
awsRegion: us-east-2
```
```yaml {% srNumber=224 %}
# endPointURL: https://athena.us-east-2.amazonaws.com/custom

View File

@ -1,12 +1,12 @@
```yaml {% srNumber=221 %}
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
```
```yaml {% srNumber=222 %}
# awsSessionToken: TOKEN
```
```yaml {% srNumber=223 %}
awsRegion: us-east-2
awsRegion: us-east-2
```
```yaml {% srNumber=224 %}
# endPointURL: https://athena.us-east-2.amazonaws.com/custom

View File

@ -1,12 +1,12 @@
```yaml {% srNumber=221 %}
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
awsAccessKeyId: KEY
awsSecretAccessKey: SECRET
```
```yaml {% srNumber=222 %}
# awsSessionToken: TOKEN
```
```yaml {% srNumber=223 %}
awsRegion: us-east-2
awsRegion: us-east-2
```
```yaml {% srNumber=224 %}
# endPointURL: https://athena.us-east-2.amazonaws.com/custom

View File

@ -73,7 +73,7 @@ source:
dbtConfigType: s3
```
```yaml {% srNumber=1 %}
dbtSecurityConfig:
dbtSecurityConfig:
```
{% partial file="/v1.7/connectors/yaml/common/aws-config.md" /%}