We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In BigtableIO, users could in the past set an application profile using BigtableOptions (example with Read), but this method is now deprecated.
BigtableIO
BigtableOptions
BigtableIO.ReadChangeStream allows setting the application profile, but BigtableIO.Read and BigtableIO.Write don't have any method to set it, and users need to rely in a deprecated method. Both should implement a withAppProfileId method.
BigtableIO.ReadChangeStream
BigtableIO.Read
BigtableIO.Write
withAppProfileId
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
In
BigtableIO
, users could in the past set an application profile usingBigtableOptions
(example with Read), but this method is now deprecated.BigtableIO.ReadChangeStream
allows setting the application profile, butBigtableIO.Read
andBigtableIO.Write
don't have any method to set it, and users need to rely in a deprecated method. Both should implement awithAppProfileId
method.Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: