Skip to content

Commit

Permalink
fix(ingest): add cli info to ingestion reporter (datahub-project#6451)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and cccs-Dustin committed Feb 1, 2023
1 parent 2ba1c1e commit b17a4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/src/datahub/ingestion/run/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ def pretty_print_summary(

def _get_structured_report(self) -> Dict[str, Any]:
return {
"cli": self.cli_report.as_obj(),
"source": {
"type": self.config.source.type,
"report": self.source.get_report().as_obj(),
Expand Down

0 comments on commit b17a4de

Please sign in to comment.