Skip to content

Commit

Permalink
remove unused cli_vars from AdapterRequiredConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Oct 27, 2023
1 parent 4fe18f2 commit c77bade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dbt/adapters/contracts/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,4 @@ class QueryComment(dbtClassMixin):
class AdapterRequiredConfig(HasCredentials, Protocol):
project_name: str
query_comment: QueryComment
cli_vars: Dict[str, Any]
target_path: str

0 comments on commit c77bade

Please sign in to comment.