Skip to content

Commit 94d5563

Browse files
committed
category
1 parent bf82ad6 commit 94d5563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datapilot/core/platforms/dbt/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def run(self):
187187
metadata = answer.get("metadata", {})
188188
metadata["source"] = LLM
189189
metadata["llm_id"] = report["id"]
190-
metadata["catagory"] = report["type"]
190+
metadata["category"] = report["type"]
191191
llm_insights[location].append(
192192
DBTModelInsightResponse(
193193
insight=DBTInsightResult(

0 commit comments

Comments
 (0)