mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Merge pull request #108 from open-metadata/elasticsearch-fix
elastic search pipeline fix
This commit is contained in:
commit
1c388f0b86
@ -55,7 +55,7 @@ class MetadataTablesRestSource(Source):
|
|||||||
|
|
||||||
def next_record(self) -> Iterable[TableEntity]:
|
def next_record(self) -> Iterable[TableEntity]:
|
||||||
for table in self.tables:
|
for table in self.tables:
|
||||||
self.status.records_produced(table.name)
|
self.status.scanned(table.name)
|
||||||
yield table
|
yield table
|
||||||
|
|
||||||
def get_status(self) -> SourceStatus:
|
def get_status(self) -> SourceStatus:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user