Skip to content
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

Prepare for next release #194

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading