mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 13:43:22 +00:00
Fix missing cast to str (#18016)
This commit is contained in:
parent
d8ba0eba2b
commit
cb2ef3f559
@ -49,7 +49,7 @@ class IcebergRestCatalog(IcebergCatalogBase):
|
||||
|
||||
parameters = {
|
||||
"warehouse": catalog.warehouseLocation,
|
||||
"uri": catalog.connection.uri,
|
||||
"uri": str(catalog.connection.uri),
|
||||
"credential": credential,
|
||||
"token": catalog.connection.token.get_secret_value()
|
||||
if catalog.connection.token
|
||||
|
Loading…
x
Reference in New Issue
Block a user