mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-16 19:28:21 +00:00
add required fields for amundsen connection (#9039)
* add required fields for amundsen connection * Remove unused modelClass field Co-authored-by: ulixius9 <mayursingal9@gmail.com>
This commit is contained in:
parent
2c19daaa7d
commit
80a4399c1a
@ -81,7 +81,6 @@ source:
|
||||
maxConnectionLifeTime: <time in secs.>
|
||||
validateSSL: <true or false>
|
||||
encrypted: <true or false>
|
||||
modelClass: <modelclass>
|
||||
sourceConfig:
|
||||
config: {}
|
||||
|
||||
@ -104,7 +103,6 @@ You can find all the definitions and types for the `serviceConnection` [here](ht
|
||||
- `maxConnectionLifeTime` (optional): Maximum connection lifetime for the Amundsen Neo4j Connection
|
||||
- `validateSSL` (optional): Enable SSL validation for the Amundsen Neo4j Connection.
|
||||
- `encrypted` (Optional): Enable encryption for the Amundsen Neo4j Connection.
|
||||
- `modelClass` (Optional): Model Class for the Amundsen Neo4j Connection.
|
||||
|
||||
### Sink Configuration
|
||||
|
||||
|
@ -16,7 +16,6 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/metad
|
||||
- **`maxConnectionLifeTime`** *(integer)*: Maximum connection lifetime for the Amundsen Neo4j Connection. Default: `50`.
|
||||
- **`validateSSL`** *(boolean)*: Enable SSL validation for the Amundsen Neo4j Connection. Default: `false`.
|
||||
- **`encrypted`** *(boolean)*: Enable encryption for the Amundsen Neo4j Connection. Default: `false`.
|
||||
- **`modelClass`** *(string)*: Model Class for the Amundsen Neo4j Connection.
|
||||
- **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*.
|
||||
## Definitions
|
||||
|
||||
|
@ -50,13 +50,10 @@
|
||||
"type": "boolean",
|
||||
"default": "false"
|
||||
},
|
||||
"modelClass": {
|
||||
"description": "Model Class for the Amundsen Neo4j Connection.",
|
||||
"type": "string"
|
||||
},
|
||||
"supportsMetadataExtraction": {
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
|
||||
}
|
||||
},
|
||||
"required": ["username", "password", "hostPort"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user