Doug Beatty

Results 114 issues of Doug Beatty

This should be solved with a `CONTRIBUTING.md` file. ## Desirable sections - How to run integration tests locally - How to bump to a more recent version of a submodule...

### Describe the feature It would be great to have a `CONTRIBUTING.md` file that describes what potential contributors would need to install the source code in their local environment, make...

enhancement

Currently, the README is a _giant_ wall of text that is intimidating to me. As a user, I always appreciate the main focus to be install instructions that help me...

### 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...

bug
Medium Severity
unit tests

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Use `git tag --no-column` instead of [`git tag --list`](https://github.com/dbt-labs/dbt-core/blob/c215697a02d7c452c64d4d66f7ba77cf6f2181b6/core/dbt/clients/git.py#L75) to prevent the issue described in https://github.com/dbt-labs/dbt-core/issues/10305 ###...

enhancement
deps

### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...

enhancement
triage

### Is this a new bug in dbt-bigquery? - [X] I believe this is a new bug in dbt-bigquery - [X] I have searched the existing issues, and I could...

bug

### Describe the bug When running CI tests, there are the following warnings: ``` 18:20:09 [WARNING]: Did not find matching node for patch with name 'test_unpivot_original_api' in the 'models' section...

bug

### Describe the feature Add `tox` to dbt_utils so that: - it aligns with the testing infrastructure of other repositories like [`dbt-core`](https://github.com/dbt-labs/dbt-core/blob/e977b3eee5966803f0c5e1a702bfbb7080327b2b/tox.ini), etc. - package maintainers can use `pytest`, dbt...

enhancement