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