From 2e9ce7101a20cb265e3363787c206b959542a99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20G=C3=B3mez=20Villamor?= Date: Tue, 24 Dec 2024 10:19:01 +0100 Subject: [PATCH] fixup --- .../src/datahub/ingestion/source/tableau/tableau.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py b/metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py index c82bdb5d2b902..323798dc4ba81 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py +++ b/metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py @@ -799,7 +799,6 @@ def get_workunits_internal(self) -> Iterable[MetadataWorkUnit]: else SiteIdContentUrl( site_id=self.server.site_id, site_content_url=self.config.site ), - site_id=self.server.site_id, report=self.report, server=self.server, platform=self.platform,