Canner / wren-engine

🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129 stars 34 forks source link

fix(core): fix the field resolving for the relationship column #820

Closed goldmedal closed 1 month ago

goldmedal commented 1 month ago

Description

The relationship column should be ignored when resolving the corresponding field. Otherwise, the resolved columns will always contain the relationship column.

Use RelationType.resolveAnyField to follow the same behavior.