From 06a5aef913e63b5b05ecf115fb96b81ef4dba253 Mon Sep 17 00:00:00 2001 From: shollyman Date: Thu, 24 Feb 2022 09:02:22 -0800 Subject: [PATCH] docs(bigquery/storage/managedwriter): clarify experimental status (#5696) --- bigquery/storage/managedwriter/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigquery/storage/managedwriter/doc.go b/bigquery/storage/managedwriter/doc.go index 2cbaa24895c9..3754c4c694d9 100644 --- a/bigquery/storage/managedwriter/doc.go +++ b/bigquery/storage/managedwriter/doc.go @@ -16,8 +16,8 @@ Package managedwriter provides an EXPERIMENTAL 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 library is in a pre-alpha -state, and breaking changes are frequent. +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