From 634c3c33361b93d73a0e65e9c0114a836b2815fa Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Mon, 28 Oct 2024 15:16:20 -0700 Subject: [PATCH] fix(ingest/unity): remove redundant check Closes https://github.com/datahub-project/datahub/issues/11640 --- 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 bd987c2da7c76..11827bace4b5a 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 @@ def _create_table( 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,