Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
databricks does not require "database"
  • Loading branch information
dlawin committed Nov 30, 2023
commit 4bf54553e8d6082efd8509dcde331af011293586
2 changes: 1 addition & 1 deletion data_diff/dbt_config_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DependsOn(BaseModel):
resource_type: str
name: str
alias: str
database: str
database: Optional[str]
schema_: str = Field(..., alias="schema")
columns: Optional[Dict[str, Column]]
meta: Dict[str, Any]
Expand Down