All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.metadataIngestion.dbtconfig.dbtBucketDetails.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/metadataIngestion/dbtconfig/dbtBucketDetails.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DBT Bucket Details",
  "description": "Details of the bucket where the dbt files are stored",
  "javaType": "org.openmetadata.schema.metadataIngestion.dbtconfig.DbtBucketDetails",
  "type": "object",
  "properties": {
    "dbtBucketName": {
      "title": "DBT Bucket Name",
      "description": "Name of the bucket where the dbt files are stored",
      "type": "string"
    },
    "dbtObjectPrefix": {
      "title": "DBT Object Prefix",
      "description": "Path of the folder where the dbt files are stored",
      "type": "string"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy