Skip to content

Commit

Permalink
update config to be Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 13, 2024
1 parent 1b116ca commit 895f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/contracts/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class RelationConfig(Protocol):
identifier: str
compiled_code: Optional[str]
quoting_dict: Dict[str, bool]
config: MaterializationConfig
config: Optional[MaterializationConfig]


class ComponentName(StrEnum):
Expand Down

0 comments on commit 895f746

Please sign in to comment.