Skip to content

Commit

Permalink
Prepare for next release (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayehwhyehentee authored Jan 15, 2025
1 parent ae20869 commit 306885a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ under the License.
</distributionManagement>

<properties>
<revision>0.4-SNAPSHOT</revision>
<revision>0.5-SNAPSHOT</revision>
<flink.version>1.17.1</flink.version>
<bigquery.guava.version>32.1.3-jre</bigquery.guava.version>
<google-lib-bom.version>26.33.0</google-lib-bom.version>
Expand Down

0 comments on commit 306885a

Please sign in to comment.