mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
Fix TypeError Missing arg (#15698)
This commit is contained in:
parent
86a1130e41
commit
6039fe9462
@ -32,7 +32,7 @@ class ExternalTableLineageMixin(ABC):
|
||||
This mixin class is for deriving lineage between external table and container source/
|
||||
"""
|
||||
|
||||
def yield_external_table_lineage(self) -> Iterable[AddLineageRequest]:
|
||||
def yield_external_table_lineage(self, _) -> Iterable[AddLineageRequest]:
|
||||
"""
|
||||
Yield external table lineage
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user