json.schema.metadataIngestion.dashboardServiceMetadataPipeline.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/entity/services/ingestionPipelines/dashboardServiceMetadataPipeline.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DashboardServiceMetadataPipeline",
"description": "DashboardService Metadata Pipeline Configuration.",
"definitions": {
"dashboardMetadataConfigType": {
"description": "Dashboard Source Config Metadata Pipeline type",
"type": "string",
"enum": ["DashboardMetadata"],
"default": "DashboardMetadata"
}
},
"properties": {
"type": {
"description": "Pipeline type",
"$ref": "#/definitions/dashboardMetadataConfigType",
"default": "DashboardMetadata"
},
"dashboardFilterPattern": {
"description": "Regex to only fetch tables or databases that matches the pattern.",
"$ref": "../type/filterPattern.json#/definitions/filterPattern"
},
"chartFilterPattern": {
"description": "Regex exclude tables or databases that matches the pattern.",
"$ref": "../type/filterPattern.json#/definitions/filterPattern"
},
"dbServiceName": {
"title": "Database Service Name",
"description": "Database Service Name for creation of lineage",
"type": "string"
}
},
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy