-
## 🐛 Bug
The `lightning-grid` CLI pins a fair few dependencies to an old version. One that is giving me particular trouble is `packaging`. See [Current Behavior](#current-behavior) for more details…
-
We should be able to support dbt cloud users.
Initially, this just means that they should be able to launch Lightdash locally (as well as in production?). They should be able to update their dimen…
-
Hi there - this package fits our needs for monitoring model run times perfectly, and we were able to run all aspects of it locally using the dbt CLI and in our development environments on dbt Cloud us…
-
Hi,
I am having an issue compiling a PBIT or PBIX from source files. Below steps are for a PBIT, but PBIX is simialr error.
Steps:
1. Add a file called Master.pbix to repo
2. Run `pbi-tools ext…
-
### Describe the feature
Running the slim ci `state:modified` doesn't select child models when its parent ephemeral dependencies changed.
I have a model folder that looks like this:
```.
└── …
-
### Describe the bug
When trying to use `-m state:modified` to find altered models and re-run them, I found that using `dbt ls -m state:modified` updates the manifest.json, causing the change to disa…
-
Hi!
Thank you so much for this very interesting project!
I'm having issues when it comes to running the reconstruction code(the binary crashes) on the breast models you have provided and so I ca…
-
CI/CD is failing on `dbt seed` for no obvious reason. Runs locally fine with the same credentials 🤦♂️
![Screenshot 2021-04-16 at 15 03 10](https://user-images.githubusercontent.com/5585874/1150386…
-
Consider compiling a simple `select` statement (w/ a `limit`) that can be directly run to find test failures. Right now, you need to change a `select count(*)` to `select *` and sometimes remove group…
-
**Describe the feature you'd like**
Currently, the dbt-run hook will pass all staged models, possibly causing a re-run of the project that is not necessary, which can be problematic on large projects…