Rounak Dhillon d4728d13f5
Docs: Meta Description Updation (#22611)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-28 18:24:51 +05:30

1.0 KiB

title description slug
dbtGCSConfig | OpenMetadata dbt GCS Config Store DBT GCS config for accessing DBT files from Google Cloud Storage during ingestion. /main-concepts/metadata-standard/schemas/metadataingestion/dbtconfig/dbtgcsconfig

DBT GCS Config

DBT Catalog, Manifest and Run Results files in GCS storage. We will search for catalog.json, manifest.json and run_results.json.

Properties

  • dbtConfigType (string): dbt Configuration type. Must be one of: ["gcs"]. Default: "gcs".
  • dbtSecurityConfig: Refer to ../../security/credentials/gcpCredentials.json.
  • dbtPrefixConfig (object): Details of the bucket where the dbt files are stored. Cannot contain additional properties.
    • dbtBucketName (string): Name of the bucket where the dbt files are stored.
    • dbtObjectPrefix (string): Path of the folder where the dbt files are stored.

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.