diff --git a/openmetadata-docs/content/connectors/ingestion/workflows/dbt/ingest-dbt-ui.md b/openmetadata-docs/content/connectors/ingestion/workflows/dbt/ingest-dbt-ui.md index 0efe15e5851..20799f806de 100644 --- a/openmetadata-docs/content/connectors/ingestion/workflows/dbt/ingest-dbt-ui.md +++ b/openmetadata-docs/content/connectors/ingestion/workflows/dbt/ingest-dbt-ui.md @@ -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 + aws-s3-bucket #### 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 diff --git a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/aws-s3.png b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/aws-s3.png index 66f7ec2dce4..18ad8c99c3d 100644 Binary files a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/aws-s3.png and b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/aws-s3.png differ diff --git a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-form.png b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-form.png index de9cbcb10b6..c43560bac0a 100644 Binary files a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-form.png and b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-form.png differ diff --git a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-path.png b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-path.png index d6304cfbc9d..991d1988a5d 100644 Binary files a/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-path.png and b/openmetadata-docs/images/openmetadata/ingestion/workflows/dbt/gcs-bucket-path.png differ