Skip to content

Commit

Permalink
Add new params to quiet mypy, a type ignore doesn't work. (#1278)
Browse files Browse the repository at this point in the history
Co-authored-by: VersusFacit <[email protected]>
  • Loading branch information
VersusFacit and VersusFacit authored Dec 18, 2024
1 parent 772c523 commit 41e3205
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 41e3205

Please sign in to comment.