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

Commit 4bf5455

Browse files
committed
databricks does not require "database"
1 parent b16252c commit 4bf5455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt_config_validators.py

Lines changed: 1 addition & 1 deletion
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)