mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-15 21:19:43 +00:00
fix type hint (#17354)
This commit is contained in:
parent
1b04f1fb37
commit
453c20f53e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user