dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

[Feature] Disallow untyped `def`s #760

Closed Fokko closed 1 year ago

Fokko commented 1 year ago

Is this your first time submitting a feature request?

Describe the feature

There are many untyped functions in the codebase. This hinders mypys ability to find potential bugs, and makes it also harder for developers to see what type types are. I would suggest making this mandatory.

Describe alternatives you've considered

No response

Who will this benefit?

No response

Are you interested in contributing this feature?

No response

Anything else?

No response