-
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
python 3.10 compatibility (DeprecationWarning filling the logs) #4537
Comments
The deprecation warnings with Python 3.10 come from logbook which seems unmaintained. |
MartinNowak
added a commit
to 7Learnings/dbt-core
that referenced
this issue
Dec 31, 2021
- patch logbook for 3.10 compat
MartinNowak
added a commit
to 7Learnings/dbt-core
that referenced
this issue
Jan 1, 2022
- workaround dbt-labs#4537
jtcohen6
added
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
triage
bug
Something isn't working
labels
Jan 3, 2022
This was referenced Jan 12, 2022
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when running some commands (i.e.
dbt compile
) on python 3.10.0, I get tons of messages like these:that clog the log file and the log buffer, resulting in errors also printed to
stderr
.It looks like python 3.10 emits
DeprecationWarning
exceptions for these functions.Tested on dbt 1.0.0:
The text was updated successfully, but these errors were encountered: