dbtpal
dbtpal copied to clipboard
Neovim plugin for dbt
My setup utilizes running dbt inside a docker container as a part of whole [Meltano](https://meltano.com/)-based stack. I was wondering if this plugin could interact with dbt executable inside such container....
Introduces `dbt_picker_upstream` and `dbt_picker_downstream` Telescope pickers. Makes use of the `--select` option of the `dbt ls` command. By passing in the relative file path, to the dbt project, of the...
Would love to see two more telescope pickers: one for models downstream from the current, and one for models upstream. I guess picker performance #18 is a bit of a...
running any dbtpal commands with [oil.nvim](https://github.com/stevearc/oil.nvim) installed results in the error in the screenshot below  updating [this line](https://github.com/PedramNavid/dbtpal/blob/main/lua/dbtpal/config.lua#L27) to the below fixes the error but I'm sure hardcoding this...
Thanks for all your work on this plugin, it's been great to work with so far. This PR adds several more frequently-used dbt commands. This is my first time writing...
Right now every time we want to open the telescope picker, we have to run the dbt cli. We could make use of some kind of caching strategy to speed...
Right now nothing happens until the entire project is done