79421862

Date: 2025-02-07 18:43:34
Score: 0.5
Natty:
Report link

In Python>= 3.12, you need to use

from datetime import datetime, timezone
datetime.now(timezone.utc).replace(tzinfo=None)

Accroding to https://github.com/dbt-labs/dbt-core/issues/9791 and they recommended ✅ search/replace

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: I_Al-thamary