Michael Connell

Results 23 issues of Michael Connell

**Is your feature request related to a problem? Please describe.** When working on table migrations, it's very time-consuming to have to get the schema for each table, and pass all...

enhancement

running any dbtpal commands with [oil.nvim](https://github.com/stevearc/oil.nvim) installed results in the error in the screenshot below ![image](https://github.com/user-attachments/assets/75bd807c-322d-460e-a7a7-fa2dfc6a2558) 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...