mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +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]:
|
||||
for table in self.tables:
|
||||
self.status.records_produced(table.name)
|
||||
self.status.scanned(table.name)
|
||||
yield table
|
||||
|
||||
def get_status(self) -> SourceStatus:
|
||||
|
Loading…
x
Reference in New Issue
Block a user