You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're putting some effort into improving our typing. There are two type errors in core/dbt/task/clean.py, we should fix them.
core/dbt/task/clean.py:19: error: Function is missing a return type annotation [no-untyped-def]
core/dbt/task/clean.py:19: note: Use "-> None" if function does not return a value
core/dbt/task/clean.py:49: error: Call to untyped function "warn" in typed context [no-untyped-call]
Acceptance criteria
Fix the typing issues
Suggested Tests
N/A
Impact to Other Teams
None
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered:
Housekeeping
Short description
We're putting some effort into improving our typing. There are two type errors in
core/dbt/task/clean.py
, we should fix them.Acceptance criteria
Fix the typing issues
Suggested Tests
N/A
Impact to Other Teams
None
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: