Doug Beatty

Results 114 issues of Doug Beatty

### Describe the feature Support Python 3.11.x. ### How to implement 1. Update [this](https://github.com/dbeatty10/dbt-mysql/blob/14df777fc5195a6464b680b25024b5743852af7c/setup.py#L6-L9) section 1. Update [here](https://github.com/dbeatty10/dbt-mysql/blob/14df777fc5195a6464b680b25024b5743852af7c/setup.py#L92-L96) too 1. And [here](https://github.com/dbeatty10/dbt-mysql/blob/086e81ac78370467d688b6ca88f82c26a271e953/README.md?plain=1#L13) ### How to test 1. In your local...

enhancement

### Describe the feature Add cross-database macros for the `intersect` and `except` operators. ### Additional context These two operators are not available prior to MySQL 8.0.31. The following query will...

enhancement

### ❌ Easy mistake GitHub has a nice feature: > When you merge a linked pull request into the default branch of a repository, its linked issue is automatically closed....

enhancement

### Describe the bug We switched to Markdown to reST in #149, but the PR template [still has .rst](https://github.com/dbeatty10/dbt-mysql/blob/37589c1378b28ce7530365e80cd60a38967b0e58/.github/pull_request_template.md?plain=1#L6)

bug

Transfer of https://github.com/dbt-labs/dbt-core/issues/7757 opened by @Randyhall91. ### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched...

bug

### Describe the feature Support Python 3.10.x ### How to implement 1. Update [this](https://github.com/dbeatty10/dbt-mysql/blob/14df777fc5195a6464b680b25024b5743852af7c/setup.py#L6-L9) section 1. Update [here](https://github.com/dbeatty10/dbt-mysql/blob/14df777fc5195a6464b680b25024b5743852af7c/setup.py#L92-L96) too 1. And [here](https://github.com/dbeatty10/dbt-mysql/blob/086e81ac78370467d688b6ca88f82c26a271e953/README.md?plain=1#L13) ### How to test 1. In your local...

enhancement

resolves #117 ### Description Support Python 3.10 ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ]...

### Describe the feature There are mutliple databases that are described as using the MySQL wire protocol and/or syntax including [[1](http://smalldatum.blogspot.com/2021/10/compatible-with-mysql-or-postgres.html)]: - [SingleStore](https://www.singlestore.com/faq/#:~:text=SingleStore%20and%20MySQL%20servers%20do,as%20MySQL%20for%20easier%20compatibility.) - [ClickHouse](https://clickhouse.com/docs/en/interfaces/mysql/) - [TiDB](https://docs.pingcap.com/tidb/stable/mysql-compatibility) - [PlanetScale on...

enhancement

### Describe the bug PyPI: relative links in README.md break in `long_description` ### Steps To Reproduce Clicking on the [test/README.md](https://pypi.org/project/dbt-mysql/#description:~:text=See%20test%2FREADME.md%20for%20details%20on%20running%20the%20integration%20tests.) link in PyPi gives a 404. ### Expected behavior The...

bug

### Describe the feature Implement MySQL [dispatch macros for dbt-utils](https://github.com/fishtown-analytics/dbt-utils#dispatch-macros) ### Describe alternatives you've considered Some potential alternatives: - add implementations to the [cross_db_utils](https://github.com/fishtown-analytics/dbt-utils/tree/master/macros/cross_db_utils) folder within dbt-utils - do nothing...

enhancement