-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
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
feat: add Lineage metrics for CloudBigtableIO #4438
base: main
Are you sure you want to change the base?
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
24012e1
to
ce85893
Compare
8d18829
to
0719214
Compare
@@ -142,8 +147,11 @@ public void testWriteToBigtable() throws IOException { | |||
DataflowPipelineOptions options = PipelineOptionsFactory.as(DataflowPipelineOptions.class); | |||
properties.applyTo(options); | |||
options.setAppName("testWriteToBigtable-" + System.currentTimeMillis()); | |||
options.setExperiments(Collections.singletonList("disable_runner_v2")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runner v2 (which is used by default) doesn't have the support for retrieving lineage metrics yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll wait for the support to be added before moving forward with these changes. Confirmed that changes work fine otherwise.
ebc53bc
to
864e1f7
Compare
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.