mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-26 09:35:23 +00:00
fix(ingest): fix workunit name to be consistent with other sources (#2931)
This commit is contained in:
parent
757abfc6f6
commit
7dfe61a542
@ -403,7 +403,7 @@ class GlueSource(Source):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
mce = self._extract_record(table, full_table_name)
|
mce = self._extract_record(table, full_table_name)
|
||||||
workunit = MetadataWorkUnit(id=f"glue-{full_table_name}", mce=mce)
|
workunit = MetadataWorkUnit(full_table_name, mce=mce)
|
||||||
self.report.report_workunit(workunit)
|
self.report.report_workunit(workunit)
|
||||||
yield workunit
|
yield workunit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user