Skip to content

Commit

Permalink
updated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rakendd committed Nov 19, 2024
1 parent 26380e3 commit ae7423c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/datapilot/core/platforms/dbt/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ def project_health(
for check in llm_insights:
click.echo(f"Check: {check['name']}")
for answer in check["answer"]:
click.echo(f"Rule: {answer['Rule']}")
click.echo(f"Location: {answer['Location']}")
click.echo(f"Issue: {answer['Issue']}")
click.echo(f"Fix: {answer['Fix']}")
click.echo(f"Path: {answer['path']}")
click.echo(f"Reason to Flag: {answer['reason_to_flag']}")
click.echo(f"Recommendation: {answer['recommendation']}")
click.echo("\n")


Expand Down

0 comments on commit ae7423c

Please sign in to comment.