Closed hiloboy0119 closed 1 month ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Drew Goya. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Drew Goya. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Problem
The minimum version of python for this package is set up at 3.8 where dbt-core requires 3.9
Solution
Updated all relevant files to require python 3.9 or higher
Checklist