Skip to content

Commit

Permalink
fix: remove write_location header pending discussion (#2021)
Browse files Browse the repository at this point in the history
* fix: add project name to the location header

* .

* .

* .

* .
  • Loading branch information
yirutang committed Mar 1, 2023
1 parent 91da88b commit 0941d43
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -259,8 +259,6 @@ public ConnectionWorker(
newHeaders.putAll(clientSettings.toBuilder().getHeaderProvider().getHeaders());
if (this.location == null) {
newHeaders.put("x-goog-request-params", "write_stream=" + this.streamName);
} else {
newHeaders.put("x-goog-request-params", "write_location=" + this.location);
}
BigQueryWriteSettings stubSettings =
clientSettings
Expand Down

0 comments on commit 0941d43

Please sign in to comment.