Hi all, wanted to raise something I discovered while testing Holistics’ AI capabilities against our dbt-integrated datasets, in case others have hit this.
We use the Holistics dbt integration to sync column descriptions from dbt to Holistics. In the Holistics UI, the column descriptions display correctly - they appear in the model editor against the relevant fields. However, when querying via the MCP server, those descriptions come back as empty strings.
Looking at the data model AML, the reason is clear: the dbt integration writes field definitions without hardcoding the description into the AML block. It looks like the description is resolved dynamically for UI display, but the raw AML that the MCP returns has description: ''.
Anyone else come across this, any solutions?