Skip to content

Commit

Permalink
dbt codegen only manually handles limited sets of Databricks types (#875
Browse files Browse the repository at this point in the history
)
  • Loading branch information
benc-db authored Dec 11, 2024
1 parent 32ec1b1 commit 40925aa
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@
### Under the Hood

- Removed pins for pandas and pydantic to ease user burdens ([874](https://github.com/databricks/dbt-databricks/pull/874))
- Add more relation types to make codegen happy ([875](https://github.com/databricks/dbt-databricks/pull/875))

## dbt-databricks 1.9.0 (December 9, 2024)

Expand Down
2 changes: 2 additions & 0 deletions dbt/adapters/databricks/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class DatabricksRelationType(StrEnum):
Foreign = "foreign"
StreamingTable = "streaming_table"
External = "external"
ManagedShallowClone = "managed_shallow_clone"
ExternalShallowClone = "external_shallow_clone"
Unknown = "unknown"


Expand Down

0 comments on commit 40925aa

Please sign in to comment.