Skip to content

Commit

Permalink
Merge branch 'pylance_import_errors' of https://github.com/dataders/d…
Browse files Browse the repository at this point in the history
…bt-databricks into mikanders_1.7.0
  • Loading branch information
dataders committed Oct 3, 2023
2 parents c852a00 + 0cbfc9d commit 53177e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Fixes

- Optimize now runs after creating / updating liquid clustering tables ([463](https://github.com/databricks/dbt-databricks/pull/463))
- fix Pylance import errors ([471](https://github.com/databricks/dbt-databricks/pull/471))

## dbt-databricks 1.6.5 (September 26, 2023)

Expand Down
3 changes: 3 additions & 0 deletions dbt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)

0 comments on commit 53177e1

Please sign in to comment.