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
427 stars 84 forks source link

Build option for exposures in exposures.yaml file #1253

Open acarter24 opened 3 days ago

acarter24 commented 3 days ago

Describe the feature

The support for exposures in the lineage is great :)

It would be good to have a shortcut to build all the models in a exposure. Sometimes I am altering a model, and I want to see the impact in my BI report, but I need to rerun ALL the other models in the report that are related at the BI level, but not in DBT.

I can do this with a cli command, but a click option next to the exposure listed inside the exposures.yaml file would be great, similar to the way you can generate a model from a dbt source in the yaml file.

Describe alternatives you've considered

dbt cli

Who will benefit?

Anyone using exposures

Are you willing to submit PR?