Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 21cf7fa

Browse files
authored
Merge pull request #788 from datafold/dbt_databricks_optional_database
databricks does not require "database"
2 parents b16252c + 4bf5455 commit 21cf7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt_config_validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DependsOn(BaseModel):
3131
resource_type: str
3232
name: str
3333
alias: str
34-
database: str
34+
database: Optional[str]
3535
schema_: str = Field(..., alias="schema")
3636
columns: Optional[Dict[str, Column]]
3737
meta: Dict[str, Any]

0 commit comments

Comments
 (0)