Skip to content

Commit 6430e07

Browse files
authored
Add enable_lineage experiment to Dataflow tests (#34027)
1 parent 91450ba commit 6430e07

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test",
4-
"https://github.com/apache/beam/pull/31268": "noting that PR #31268 should run this test",
5-
"https://github.com/apache/beam/pull/31490": "noting that PR #31490 should run this test",
6-
"https://github.com/apache/beam/pull/33921": "noting that PR #33921 should run this test"
3+
"modification": 1
74
}

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def legacyPipelineOptions = [
166166
"--tempRoot=${dataflowValidatesTempRoot}",
167167
"--dataflowWorkerJar=${dataflowLegacyWorkerJar}",
168168
"--workerHarnessContainerImage=",
169+
"--experiments=enable_lineage"
169170
]
170171

171172
def runnerV2PipelineOptions = [
@@ -176,6 +177,7 @@ def runnerV2PipelineOptions = [
176177
"--sdkContainerImage=${dockerJavaImageContainer}:${dockerTag}",
177178
"--experiments=use_unified_worker,use_runner_v2",
178179
"--firestoreDb=${firestoreDb}",
180+
"--experiments=enable_lineage"
179181
]
180182

181183
def commonLegacyExcludeCategories = [

0 commit comments

Comments
 (0)