Skip to content

Commit 71dce56

Browse files
committed
teammate_check_id
1 parent 94d5563 commit 71dce56

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
@@ -186,7 +186,7 @@ def run(self):
186186
llm_insights[location] = []
187187
metadata = answer.get("metadata", {})
188188
metadata["source"] = LLM
189-
metadata["llm_id"] = report["id"]
189+
metadata["teammate_check_id"] = report["id"]
190190
metadata["category"] = report["type"]
191191
llm_insights[location].append(
192192
DBTModelInsightResponse(

0 commit comments

Comments
 (0)