Jon Grace-Cox
Jon Grace-Cox
For those still looking for this feature, you can create a local config (not my preferred approach): ```yaml - repo: local hooks: - id: gherkin-lint name: Gherkin Lint description: Check...
Thanks for raising this @jmmb13. It's not possible at the moment, but could be enhanced to handle it. I'll take a look and see what I can do.
This wasn't too complicated to do. I've got a PR open (#90), but need to do some work before releasing it as the Travis deployment process isn't working and needs...
I've provided a basic implementation in #281 to demonstrate what I'm thinking. Logging is disabled by default, and enabled using `enable-logging` in config:  Example log file:  Contents: ```json...
In version 1.8 of dbt-core there was a PR ([#9350](https://github.com/dbt-labs/dbt-core/pull/9350)) to move the `RunResultOutput` class into `core/dbt/artifacts/run.py`. An easy fix for this might be to use a try/except and import...
If you still experience installation errors after trying the recommended steps above you can try the following steps: - Start by trying the [process described above](https://github.com/docker/for-mac/issues/7531#issuecomment-2580595610) - Download the latest...
This is still an issue with `1.16.0`. The `__init__.py` file needs to be updated as part of `setup.py` or the package build GitHub workflow.