Skip to main content
Version: 0.12.0

GlobalSettings

Global settings for an the platform

Aspects

globalSettingsInfo

DataHub Global platform settings. Careful - these should not be modified by the outside world!

Schema
{
"type": "record",
"Aspect": {
"name": "globalSettingsInfo"
},
"name": "GlobalSettingsInfo",
"namespace": "com.linkedin.settings.global",
"fields": [
{
"type": [
"null",
{
"type": "record",
"name": "GlobalViewsSettings",
"namespace": "com.linkedin.settings.global",
"fields": [
{
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": [
"null",
"string"
],
"name": "defaultView",
"default": null,
"doc": "The default View for the instance, or organization."
}
],
"doc": "Settings for DataHub Views feature."
}
],
"name": "views",
"default": null,
"doc": "Settings related to the Views Feature"
}
],
"doc": "DataHub Global platform settings. Careful - these should not be modified by the outside world!"
}

Relationships

Global Metadata Model

Global Graph