fix type hint (#17354)

This commit is contained in:
Yung-Chun 2024-08-10 13:18:42 +08:00 committed by GitHub
parent 1b04f1fb37
commit 453c20f53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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