File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,6 @@ granted.
89
89
90
90
### Downloading the Connector
91
91
92
- There are two ways to access the connector.
93
-
94
- #### Maven Central
95
-
96
- The connector is available on the [ Maven Central] ( https://repo1.maven.org/maven2/com/google/cloud/flink/ )
97
- repository.
98
-
99
- | Flink version | Connector Artifact |
100
- | ---------------| --------------------------------------------------------------------------|
101
- | Flink 1.17.x | ` com.google.cloud.flink:flink-1.17-connector-bigquery:0.2.0-preview ` |
102
-
103
92
#### GitHub
104
93
105
94
Users can obtain the connector artifact from our [ GitHub repository] ( https://github.com/GoogleCloudDataproc/flink-bigquery-connector ) .
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ under the License.
56
56
</distributionManagement >
57
57
58
58
<properties >
59
- <revision >0.1 .0-preview</revision >
59
+ <revision >0.2 .0-preview</revision >
60
60
<flink .version>1.17.1</flink .version>
61
61
<google-lib-bom .version>26.33.0</google-lib-bom .version>
62
62
You can’t perform that action at this time.
0 commit comments