Added s3 and gcs examples for dbt (#10639)

This commit is contained in:
Onkar Ravgan 2023-03-17 12:19:34 +05:30 committed by GitHub
parent 83786b9498
commit aeec285901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ OpenMetadata connects to the AWS s3 bucket via the credentials provided and scan
The name of the s3 bucket and prefix path to the folder in which the dbt files are stored can be provided. In the case where these parameters are not provided all the buckets are scanned for the files.
If the following represents the url for the folder in which the dbt files are stored `s3://bucket-name/main-dir/dbt-files/` enter the values in the `dbt Bucket Name` and `dbt Object Prefix` fields as shown in the image below
<Image src="/images/openmetadata/ingestion/workflows/dbt/aws-s3.png" alt="aws-s3-bucket" caption="AWS S3 Bucket Config"/>
#### Google Cloud Storage Buckets
@ -50,6 +52,8 @@ OpenMetadata connects to the GCS bucket via the credentials provided and scans t
The name of the GCS bucket and prefix path to the folder in which the dbt files are stored can be provided. In the case where these parameters are not provided all the buckets are scanned for the files.
If the following represents the url for the folder in which the dbt files are stored `bucket-name/main-dir/dbt_files` enter the values in the `dbt Bucket Name` and `dbt Object Prefix` fields as shown in the image below
GCS credentials can be stored in two ways:
1. Entering the credentials directly into the form

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 113 KiB