You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bigquery/storage/managedwriter): improve method parity in managedwriter (#5007)
This PR exposes the raw methods for creating and committing streams to the wrapped managedwriter client.
It allows users to interact with all the methods of the underlying API using the managedwriter client (which itself wraps the raw v1 client). The disadvantage is that it couples managedwriter directly to v1, as it accepts requests in the v1 namespace. The existing append interactions all use abstractions local to the managedwriter.
PR also gets rid of the utility method for batch committing write streams; there's not a great deal of utility saved here vs the underlying method.
Towards: #4366
0 commit comments