Skip to content

Commit

Permalink
feat(bigquery): public Bazel target for g_c_cpp_bigquery_rest (#12091)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinpro committed Jul 14, 2023
1 parent 6e1e610 commit 73386f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ cc_library(
],
)

cc_library(
name = "experimental-bigquery-rest",
deps = [
"//google/cloud/bigquery:google_cloud_cpp_bigquery_rest",
],
)

bool_flag(
name = "enable-experimental-opentelemetry",
build_setting_default = False,
Expand Down

0 comments on commit 73386f7

Please sign in to comment.