fix(ingest/unity): remove redundant check (#11732)

This commit is contained in:
Harshal Sheth 2024-10-29 09:49:37 -07:00 committed by GitHub
parent b26da57928
commit 91fbd12f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -462,8 +462,6 @@ class UnityCatalogApiProxy(UnityCatalogProxyProfilingMixin):
datetime.fromtimestamp(obj.updated_at / 1000, tz=timezone.utc)
if obj.updated_at
else None
if obj.updated_at
else None
),
updated_by=obj.updated_by,
table_id=obj.table_id,