json.schema.metadataIngestion.dbtconfig.dbtBucketDetails.json Maven / Gradle / Ivy
{
"$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
}