Skip to content

Commit

Permalink
Add new params to quiet mypy, a type ignore doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Dec 18, 2024
1 parent 772c523 commit 43fd0a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt/adapters/snowflake/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ def add_query(
auto_begin: bool = True,
bindings: Optional[Any] = None,
abridge_sql_log: bool = False,
retryable_exceptions: tuple[type[Exception], ...] = tuple(),
retry_limit: int = 0,
) -> Tuple[Connection, Any]: # type: ignore
if bindings:
# The snowflake connector is stricter than, e.g., psycopg2 -
Expand Down

0 comments on commit 43fd0a9

Please sign in to comment.