We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cff308 commit dfd43eaCopy full SHA for dfd43ea
src/datapilot/core/platforms/dbt/executor.py
@@ -185,7 +185,7 @@ def run(self):
185
186
if self.token and self.instance_name and self.backend_url:
187
llm_check_results = self.run_llm_checks()
188
- llm_reports = llm_check_results["results"]
+ llm_reports = llm_check_results.get("results", [])
189
llm_insights = {}
190
for report in llm_reports:
191
for answer in report["answer"]:
0 commit comments