mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
parent
ef324f8614
commit
7caac4616f
@ -82,6 +82,5 @@
|
||||
"$ref": "../connectionBasicType.json#/definitions/supportsUsageExtraction"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": ["hostPort", "username"]
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@ def _(connection):
|
||||
|
||||
@get_connection_url.register
|
||||
def _(connection: MssqlConnection):
|
||||
if connection.scheme.value == connection.scheme.mssql_pyodbc:
|
||||
if connection.scheme.value == connection.scheme.mssql_pyodbc.value:
|
||||
return f"{connection.scheme.value}://{connection.uriString}"
|
||||
return get_connection_url_common(connection)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user