vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
Documentation Editor not aware of singular tests
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
- Create a singular test in the tests directory.
- Open th test in VS code.
- 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!