diff --git a/ingestion/src/metadata/ingestion/source/database/database_service.py b/ingestion/src/metadata/ingestion/source/database/database_service.py index 0a000fe50e9..aee239c55ef 100644 --- a/ingestion/src/metadata/ingestion/source/database/database_service.py +++ b/ingestion/src/metadata/ingestion/source/database/database_service.py @@ -316,7 +316,7 @@ class DatabaseServiceSource( """ def yield_table_tag_details( - self, table_name_and_type: str + self, table_name_and_type: Tuple[str, TableType] ) -> Iterable[Either[OMetaTagAndClassification]]: """ From topology. To be run for each table