Skip to content
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

[#9791] Fix datetime.datetime.utcnow() is deprecated as of Python 3.12 #9839

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Keep utcnow() in functional test case to avoid setup errors

205a69e
Select commit
Loading
Failed to load commit list.
Open

[#9791] Fix datetime.datetime.utcnow() is deprecated as of Python 3.12 #9839

Keep utcnow() in functional test case to avoid setup errors
205a69e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 15, 2024 in 0s

88.05% (-0.08%) compared to 71f3519

View this Pull Request on Codecov

88.05% (-0.08%) compared to 71f3519

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 88.05%. Comparing base (71f3519) to head (205a69e).
Report is 26 commits behind head on main.

Files Patch % Lines
core/dbt/contracts/sql.py 0.00% 3 Missing ⚠️
core/dbt/parser/manifest.py 71.42% 2 Missing ⚠️
core/dbt/logger.py 50.00% 1 Missing ⚠️
core/dbt/task/sql.py 0.00% 1 Missing ⚠️
core/dbt/utils.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9839      +/-   ##
==========================================
- Coverage   88.12%   88.05%   -0.08%     
==========================================
  Files         178      178              
  Lines       22458    22458              
==========================================
- Hits        19792    19775      -17     
- Misses       2666     2683      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.