Skip to content

Commit ad721f2

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove default deadline for AppendRows API
Committer: @yirutang PiperOrigin-RevId: 376121492
1 parent fb09da1 commit ad721f2

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

google/cloud/bigquery/storage/v1beta2/bigquerystorage_grpc_service_config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"method": "AppendRows"
8080
}
8181
],
82-
"timeout": "86400s",
8382
"retryPolicy": {
8483
"initialBackoff": "0.100s",
8584
"maxBackoff": "60s",

google/cloud/bigquery/storage/v1beta2/bigquerystorage_v1beta2.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ backend:
1717
deadline: 120.0
1818
- selector: 'google.cloud.bigquery.storage.v1beta2.BigQueryWrite.*'
1919
deadline: 120.0
20-
- selector: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.AppendRows
21-
deadline: 21600.0
2220

2321
authentication:
2422
rules:

0 commit comments

Comments
 (0)