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