Skip to content

Commit 178674c

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add SQL translation service to Bazel generation
PiperOrigin-RevId: 512937316
1 parent b6b4ed5 commit 178674c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google/cloud/bigquery/migration/v2alpha/BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ proto_library(
2626
"migration_error_details.proto",
2727
"migration_metrics.proto",
2828
"migration_service.proto",
29+
"translation_service.proto",
2930
"translation_task.proto",
3031
],
3132
deps = [
@@ -358,9 +359,7 @@ csharp_gapic_library(
358359
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
359360
grpc_service_config = "bigquerymigration_grpc_service_config.json",
360361
rest_numeric_enums = False,
361-
# Currently the service YAML file refers to SqlTranslationService which isn't
362-
# published yet. This needs fixing before we can publish this API for C#.
363-
# service_yaml = "bigquerymigration_v2alpha.yaml",
362+
service_yaml = "bigquerymigration_v2alpha.yaml",
364363
deps = [
365364
":migration_csharp_grpc",
366365
":migration_csharp_proto",

0 commit comments

Comments
 (0)