mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 08:16:25 +00:00
Remove Athena hostPort (#6825)
This commit is contained in:
parent
ed0a01edea
commit
3f1fc5344a
@ -90,3 +90,7 @@ ALTER TABLE thread_entity
|
||||
UPDATE dbservice_entity
|
||||
SET json = JSON_REMOVE(json, '$.connection.config.databaseSchema','$.connection.config.oracleServiceName')
|
||||
WHERE serviceType = 'Oracle';
|
||||
|
||||
UPDATE dbservice_entity
|
||||
SET json = JSON_REMOVE(json, '$.connection.config.hostPort')
|
||||
WHERE serviceType = 'Athena';
|
||||
|
@ -85,3 +85,7 @@ ALTER TABLE thread_entity
|
||||
UPDATE dbservice_entity
|
||||
SET json = json::jsonb #- '{connection,config,databaseSchema}' #- '{connection,config,oracleServiceName}'
|
||||
WHERE serviceType = 'Oracle';
|
||||
|
||||
UPDATE dbservice_entity
|
||||
SET json = json::jsonb #- '{connection,config,hostPort}'
|
||||
WHERE serviceType = 'Athena';
|
||||
|
@ -36,11 +36,6 @@
|
||||
"title": "AWS Credentials Configuration",
|
||||
"$ref": "../../../../security/credentials/awsCredentials.json"
|
||||
},
|
||||
"hostPort": {
|
||||
"title": "Host and Port",
|
||||
"description": "Host and port of the Athena service.",
|
||||
"type": "string"
|
||||
},
|
||||
"s3StagingDir": {
|
||||
"title": "S3 Staging Directory",
|
||||
"description": "S3 Staging Directory.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user