From 91fbd12f84a36c0f2db652f64e37b164a6df5b2b Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Tue, 29 Oct 2024 09:49:37 -0700 Subject: [PATCH] fix(ingest/unity): remove redundant check (#11732) --- metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py b/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py index bd987c2da7..11827bace4 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py +++ b/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py @@ -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,