Pádraic Slattery
Pádraic Slattery
#569 introduced a `--scan-results-file` argument for `scan` however this was later removed. It would be great to restore this functionality so the results of a scan can be used in...
As part of #66 it was noticed that `tox` was failing to run. A manual trigger of the CI pipeline [here](https://github.com/godatadriven/dbt-excel/actions/runs/4862663762) also showed this behaviour. This is likely due to...
We see potential for `dbt-excel` to be used in educational contexts where the students are learning how to best use dbt, they may also be learning SQL. `dbt-excel` is conducive...
[CT-3487] [Bug] `dbt show --inline` does not work when all models are disabled in `dbt_project.yml`
### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched the existing issues, and I could...
When importing the `parse_manifest` function, a Pydantic warning is raised. This PR follows the Pydantic [docs](https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces) by overwriting the default protected namespace to prevent this warning (and the unsightly message...
### **User description** The latest version of `manifest.json` from dbt Cloud contains a `time_spine` field for nodes. This PR adds this field so manifests can be parsed. Extra info: this...
Adding [dbt-beyond-the-basics](https://github.com/pgoslatara/dbt-beyond-the-basics), a dbt project I maintain that showcases some advanced features that can be used in CI for dbt projects.
### Expected behavior I can preview data using the dbt Power User extension. ### Actual behavior I always get a 403 access denied error message when I try to preview...
Calogica's [dbt-expectation](https://github.com/calogica/dbt-expectations) package is no longer supported. Instead, Metaplane's [dbt-expectations](https://github.com/metaplane/dbt-expectations) package is now featured on the [dbt Package Hub](https://hub.getdbt.com/metaplane/dbt_expectations/latest/). Similarly, Calogica's [dbt-date](https://github.com/calogica/dbt-date) package is no longer supported. Instead, GoDataDriven's [dbt-date](https://github.com/metaplane/dbt-date)...