Skip to content

Commit

Permalink
metabase chart are missing from dashboard (datahub-project#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddiquebagwan authored and maggiehays committed Aug 1, 2022
1 parent 8531239 commit 44e3474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ def create(cls, config_dict: dict, ctx: PipelineContext) -> Source:
return cls(ctx, config)

def get_workunits(self) -> Iterable[MetadataWorkUnit]:
yield from self.emit_dashboard_mces()
yield from self.emit_card_mces()
yield from self.emit_dashboard_mces()

def get_report(self) -> SourceReport:
return self.report

0 comments on commit 44e3474

Please sign in to comment.