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/patch succeeded Sep 5, 2024 in 1s

76.47% of diff hit (within 80.00% threshold of 88.12%)

View this Pull Request on Codecov

76.47% of diff hit (within 80.00% threshold of 88.12%)

Annotations

Check warning on line 37 in core/dbt/contracts/sql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/contracts/sql.py#L37

Added line #L37 was not covered by tests

Check warning on line 49 in core/dbt/contracts/sql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/contracts/sql.py#L49

Added line #L49 was not covered by tests

Check warning on line 85 in core/dbt/contracts/sql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/contracts/sql.py#L85

Added line #L85 was not covered by tests

Check warning on line 298 in core/dbt/logger.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/logger.py#L298

Added line #L298 was not covered by tests

Check warning on line 152 in core/dbt/parser/manifest.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/parser/manifest.py#L152

Added line #L152 was not covered by tests

Check warning on line 168 in core/dbt/parser/manifest.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/parser/manifest.py#L168

Added line #L168 was not covered by tests

Check warning on line 2 in core/dbt/task/sql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/task/sql.py#L2

Added line #L2 was not covered by tests

Check warning on line 147 in core/dbt/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/utils.py#L147

Added line #L147 was not covered by tests