Skip to content

Commit

Permalink
Clean e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayehwhyehentee committed Jan 14, 2025
1 parent 3b3a43f commit 7883d9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/nightly/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ steps:
- 'GCS_JAR_LOCATION=${_GCS_JAR_LOCATION}'
- 'PROJECT_ID=${_PROJECT_ID}'
- 'PROJECT_NAME=${_PROJECT_NAME}'
- 'DATASET_NAME=${_DATASET_NAME}'
- 'DATASET_NAME=${_WRITE_DATASET_NAME}'
- 'QUERY=${_QUERY}'
- 'PROPERTIES_SMALL_BOUNDED_JOB=${_PROPERTIES_SMALL_BOUNDED_JOB}'
- 'REGION_SMALL_TEST_FILE=${_REGION_SMALL_TEST_FILE}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
* at the time of execution, analogous to a batch job. Unbounded source implies that the BQ
* table will be periodically polled for new data. Resulting records can be written to another
* BQ table, with allowed delivery (write) guarantees at-least-once or exactly-once. <br>
* The sequence of operations in both pipelines is: <i>source > flatMap > sink</i> <br>
* Flink command line format is: <br>
* <code> flink run {additional runtime params} {path to this jar}/BigQueryTableExample.jar
* </code> <br>
Expand Down

0 comments on commit 7883d9d

Please sign in to comment.