Jason Gofford
Jason Gofford
## Prework - [x] Read and abide by **pointblank**'s [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rich-iannone/pointblank/issues) (both open and closed). ## Proposal...
### Description `mlforecast` currently allows for recursive single-model forecasts, or direct multi-model forecasts where a single model is trained to predict a particular data point in the horizon. A third...
Version constraints on `dbt-dry-run` are incompatible with latest version(s) of typer (now at 0.12.1): ``` Because no versions of dbt-dry-run match >0.7.5,=0.6.1,=0.7.5,=0.6.1,
Using the jsonschema config from the README I noticed that some valid yaml config was being flagged as an error. Looking into it it seems that the config in the...
**Is your feature request related to a problem? Please describe.** I am combining this action with https://github.com/google-github-actions/release-please-action to handle version increments. I would like to filter the possible `types` to...
In https://github.com/dbt-labs/dbt-core/issues/9183 dbt-core started moving config from `profiles.yml` to `dbt_project.yml`. However, having `flags` set in `dbt_project.yml` causes dbt-osmosis to throw a project contract error. Edit: commenting out the `flags` portion...
### Describe the feature This is part question, part feature request. **Request** I'd like to be able to specify the files to compare between manifests, rather than comparing everything. **Context**...