Skip to content

Commit

Permalink
Add config field to RelationConfig (#9300)
Browse files Browse the repository at this point in the history
* moving types_pb2.py to common/events

* add config field to RelationConfig
  • Loading branch information
colin-rogers-dbt authored Dec 18, 2023
1 parent 7e5a87a commit c08af13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/adapters/contracts/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class RelationConfig(Protocol):
schema: str
identifier: str
quoting_dict: Dict[str, bool]
config: Dict[str, str]


class ComponentName(StrEnum):
Expand Down

0 comments on commit c08af13

Please sign in to comment.