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

Documentation Editor Not retaining Tests #1205

Closed MLSteinw closed 3 months ago

MLSteinw commented 3 months ago

Expected behavior

when opening document editor it should read and display the current tests saved in the schema, image

These tests saved in this column should appear in the document editor.

Actual behavior

It reads the descriptions but dose not read the tests and instead presents empty tests section. image

Steps To Reproduce

Generate documentation. add preidentified tests for column click save to the schema. switch focus to schema to confirm update. switch back to model and allow document editor to reload. test will not be pressent.

Log output/Screenshots

No response

Operating System

windows 10

dbt version

1.7.16

dbt Adapter

mssql

dbt Power User version

v0.39.2

Are you willing to submit PR?

anandgupta42 commented 3 months ago

@MLSteinw this has been fixed in version 0.40.0. Can you please confirm?

MLSteinw commented 3 months ago

@anandgupta42 looks to be working as expected on my end. thanks for the fix.