Skip to content
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: 0 additions & 2 deletions it/google-cloud-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ dependencies {
implementation 'com.google.cloud:google-cloud-spanner'
implementation 'com.google.cloud:google-cloud-pubsub'
provided 'com.google.api.grpc:proto-google-cloud-pubsub-v1'
implementation 'com.google.cloud:google-cloud-pubsublite'
provided 'com.google.api.grpc:proto-google-cloud-pubsublite-v1'
implementation 'com.google.cloud:google-cloud-datastore'
implementation 'com.google.cloud:google-cloud-datastream'
provided 'com.google.api.grpc:proto-google-cloud-datastream-v1'
Expand Down

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions sdks/standard_expansion_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
# skip_transforms:
# # generate_sequence is already included in the Java IO expansion service
# - 'beam:schematransform:org.apache.beam:generate_sequence:v1'
# # Handwritten wrappers exist in apache_beam/io/gcp/pubsublite/
# - 'beam:schematransform:org.apache.beam:pubsublite_read:v1'
# - 'beam:schematransform:org.apache.beam:pubsublite_write:v1'
# # Handwritten wrapper exists in apache_beam/io/gcp/spanner.py
# - 'beam:schematransform:org.apache.beam:spanner_write:v1'
# # Native IO exists in apache_beam/io/gcp/pubsub.py
Expand Down
1 change: 0 additions & 1 deletion sdks/typescript/src/apache_beam/io/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export * from "./bigqueryio";
export * from "./kafka";
export * from "./parquetio";
export * from "./pubsub";
export * from "./pubsublite";
export * from "./schemaio";

import { requireForSerialization } from "../serialization";
Expand Down
55 changes: 0 additions & 55 deletions sdks/typescript/src/apache_beam/io/pubsublite.ts

This file was deleted.

Loading