Skip to content

Commit

Permalink
Switch Connection ordering on api_enpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
OTooleMichael authored Nov 11, 2023
1 parent 9622652 commit c13d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ class BigQueryCredentials(Credentials):
schema: Optional[str] = None # type: ignore
execution_project: Optional[str] = None
location: Optional[str] = None
api_endpoint: Optional[str] = None
priority: Optional[Priority] = None
maximum_bytes_billed: Optional[int] = None
impersonate_service_account: Optional[str] = None
api_endpoint: Optional[str] = None

job_retry_deadline_seconds: Optional[int] = None
job_retries: Optional[int] = 1
Expand Down

0 comments on commit c13d264

Please sign in to comment.