Imri Paran 67c57ec4f0
docs: 1.4.x-SNAPSHOT (#15506)
* docs: 1.4.x-SNAPSHOT
added partials
added images
updated paths
2024-03-11 09:42:26 +00:00

743 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

  • 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 2023-10-27 13:55:46.343512.