diff --git a/ingestion/src/metadata/ingestion/source/database/iceberg/catalog/rest.py b/ingestion/src/metadata/ingestion/source/database/iceberg/catalog/rest.py index f82d9bf77c3..23ec182acb5 100644 --- a/ingestion/src/metadata/ingestion/source/database/iceberg/catalog/rest.py +++ b/ingestion/src/metadata/ingestion/source/database/iceberg/catalog/rest.py @@ -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