Skip to content

Commit

Permalink
add retry_all back
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk committed Oct 5, 2023
1 parent 89ebc48 commit 726e359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/spark/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class SparkCredentials(Credentials):
connect_timeout: int = 10
use_ssl: bool = False
server_side_parameters: Dict[str, str] = field(default_factory=dict)
retry_all: bool = False

@classmethod
def __pre_deserialize__(cls, data: Any) -> Any:
Expand Down

0 comments on commit 726e359

Please sign in to comment.