AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
452 stars 86 forks source link

fix: render tests for quoted column names #1209

Closed saravmajestic closed 3 months ago

saravmajestic commented 3 months ago

Overview

Problem

Doc editor does not display tests for quoted columns

Solution

In manifest, quoted column name are stored with extra quotes for tests. So, modified testParser to remove extra quotes image

Screenshot/Demo

image

How to test

Checklist