Skip to content

Commit

Permalink
support bigquery cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Mar 19, 2024
1 parent d7e4a39 commit af66328
Show file tree
Hide file tree
Showing 10 changed files with 496 additions and 164 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
futures-async-stream = { workspace = true }
gcp-bigquery-client = "0.18.0"
glob = "0.3"
google-cloud-bigquery = { version = "0.7.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = "0.12.0"
google-cloud-pubsub = "0.23"
http = "0.2"
hyper = { version = "0.14", features = [
Expand Down Expand Up @@ -114,9 +117,6 @@ redis = { version = "0.24.0", features = [
regex = "1.4"
reqwest = { version = "0.11", features = ["json"] }
risingwave_common = { workspace = true }
google-cloud-bigquery = { version = "0.7.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = "0.12.0"
risingwave_jni_core = { workspace = true }
risingwave_pb = { workspace = true }
risingwave_rpc_client = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions src/connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#![feature(try_blocks)]
#![feature(error_generic_member_access)]
#![feature(register_tool)]
#![feature(assert_matches)]
#![register_tool(rw)]
#![recursion_limit = "256"]

Expand Down
Loading

0 comments on commit af66328

Please sign in to comment.