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 bf82ad6 commit 94d5563Copy full SHA for 94d5563
src/datapilot/core/platforms/dbt/executor.py
@@ -187,7 +187,7 @@ def run(self):
187
metadata = answer.get("metadata", {})
188
metadata["source"] = LLM
189
metadata["llm_id"] = report["id"]
190
- metadata["catagory"] = report["type"]
+ metadata["category"] = report["type"]
191
llm_insights[location].append(
192
DBTModelInsightResponse(
193
insight=DBTInsightResult(
0 commit comments