vscode-dbt-power-user icon indicating copy to clipboard operation
vscode-dbt-power-user copied to clipboard

Documentation Editor not aware of singular tests

Open stephen-elves-mayden opened this issue 9 months ago • 0 comments

Expected behavior

When I have a singular test open I expect to be able to document it exactly the same way I would doucment a normal dbt model (they are after all just SQL files with Jinga)

Actual behavior

Simply shows the Documentation Help page wirh a note about having a dbt model file open.

Steps To Reproduce

  1. Create a singular test in the tests directory.
  2. Open th test in VS code.
  3. Click the Documentation Ediitor tab

I have also created a schem.yaml file with a description to give a "hint" to dbt_power_user, this does not work.

(Note the Lineage likewise doesn't work)

Log output/Screenshots

No response

Operating System

OSX

dbt version

1.8.1

dbt Adapter

Redshift

dbt Power User version

0.51.2

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

stephen-elves-mayden avatar Jan 23 '25 15:01 stephen-elves-mayden