Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

899 B

title slug
dbtS3Config /main-concepts/metadata-standard/schemas/metadataingestion/dbtconfig/dbts3config

DBT S3 Config

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

Properties

  • dbtConfigType (string): dbt Configuration type. Must be one of: ["s3"]. Default: "s3".
  • dbtSecurityConfig: Refer to ../../security/credentials/awsCredentials.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.