databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Removing deprecated types #837

Closed benc-db closed 4 weeks ago

benc-db commented 4 weeks ago

Description

Beginning in Python 3.9, many of the types from the typing package have been deprecated. Since Python 3.9 is our lowest supported version now (and itself will be deprecated next year), need to comply with https://peps.python.org/pep-0585/#implementation

Checklist