From 4823948f925a89054c667897fb004451f33fd48b Mon Sep 17 00:00:00 2001 From: Mayuri N Date: Mon, 4 Sep 2023 15:30:47 +0530 Subject: [PATCH] fix lint --- metadata-ingestion/src/datahub/ingestion/source/tableau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/tableau.py b/metadata-ingestion/src/datahub/ingestion/source/tableau.py index 8d7419a56e4f1..ae5f551180939 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/tableau.py +++ b/metadata-ingestion/src/datahub/ingestion/source/tableau.py @@ -975,7 +975,7 @@ def get_upstream_tables( datasource_name: Optional[str], browse_path: Optional[str], is_custom_sql: bool, - ) -> tuple[List[Upstream], Dict[str, str]]: + ) -> Tuple[List[Upstream], Dict[str, str]]: upstream_tables = [] # Same table urn can be used when setting fine grained lineage, table_id_to_urn: Dict[str, str] = {}