-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test dbt with Python 3.9 #2822
Comments
If we determine that adding python 3.9 support is as simple as bumping the hologram dependency, we should release a new patch version (v0.18.2) that is compatible with py39, in addition to making v0.19.0 compatible. This will be a boon to users who cannot immediately upgrade to v0.19 because of breaking changes and deprecations. |
We won't be able to "officially" support python 3.9 for the core dbt distribution until As such, we won't be releasing a py39-compatible patch (v0.18.2). In the meantime, we'll make dbt-core work with python 3.9, and users of specific plugins will be able to |
It seems that hologram wasn't updated as part of that v0.18.2 release, thus I'm still running into #2865 (duplicate of this issue) with Python 3.9. The fix was merged with dbt-labs/hologram#34 and released with As a workaround I've been able to use dbt 0.18.2 with the newer hologram 0.0.14 for our dbt-bigquery use cases. |
@MartinNowak You're right, dbt v0.18.2 isn't compatible with python 3.9. We decided to focus instead on py39 compatibility in v0.19 (for |
Is dbt 0.20 compatible with Python 3.9.4 ? |
@smitthakkar1 Yes! Are you seeing any issues using the two together? |
No, I just wanted to confirm before I go ahead with it. Thanks for
answering my question.
Thanks
…On Thu, Jul 29, 2021, 5:58 PM Jeremy Cohen ***@***.***> wrote:
@smitthakkar1 <https://github.com/smitthakkar1> Yes! Are you seeing any
issues using the two together?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2822 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEH3T7AZ72WLF7KZBTKODZ3T2HFINANCNFSM4SI4TPCA>
.
|
Hologram pull request dbt-labs/hologram#37 updates hologram to be compatible with Python 3.9. Update tox.ini with Python 3.9 targets and ensure that the test suite passes.
The text was updated successfully, but these errors were encountered: