mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
Services added for athena and oracle
This commit is contained in:
parent
8be4b28bbe
commit
2e44a53337
@ -15,7 +15,9 @@
|
||||
"Snowflake",
|
||||
"Postgres",
|
||||
"MSSQL",
|
||||
"Hive"
|
||||
"Hive",
|
||||
"Oracle",
|
||||
"Athena"
|
||||
],
|
||||
"javaEnums": [
|
||||
{
|
||||
@ -36,6 +38,12 @@
|
||||
{
|
||||
"name": "MSSQL"
|
||||
},
|
||||
{
|
||||
"name": "Oracle"
|
||||
},
|
||||
{
|
||||
"name": "Athena"
|
||||
},
|
||||
{
|
||||
"name": "Hive"
|
||||
}
|
||||
|
||||
@ -32,6 +32,8 @@ class DatabaseServiceType(Enum):
|
||||
Postgres = 'Postgres'
|
||||
MSSQL = 'MSSQL'
|
||||
Hive = 'Hive'
|
||||
Athena = 'Athena'
|
||||
Oracle = 'Oracle'
|
||||
|
||||
|
||||
class DatabaseServiceEntity(BaseModel):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user