Skip to content

Commit

Permalink
feat(bigquery/storage/managedwriter): mark managedwriter as GA (#6804)
Browse files Browse the repository at this point in the history
This drops the package doc language from the managedwriter about
it's status as a experimental package.
  • Loading branch information
shollyman committed Feb 28, 2023
1 parent f09e059 commit 3d3eeda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bigquery/storage/managedwriter/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
// limitations under the License.

/*
Package managedwriter provides an EXPERIMENTAL thick client around the BigQuery storage API's BigQueryWriteClient.
Package managedwriter provides a thick client around the BigQuery storage API's BigQueryWriteClient.
More information about this new write client may also be found in the public documentation: https://cloud.google.com/bigquery/docs/write-api
It is EXPERIMENTAL and subject to change or removal without notice. This is primarily to signal that this
package may still make breaking changes to existing methods and functionality.
Currently, this client targets the BigQueryWriteClient present in the v1 endpoint, and is intended as a more
feature-rich successor to the classic BigQuery streaming interface, which is presented as the Inserter abstraction
in cloud.google.com/go/bigquery, and the tabledata.insertAll method if you're more familiar with the BigQuery v2 REST
Expand Down

0 comments on commit 3d3eeda

Please sign in to comment.