Skip to content

Commit

Permalink
Merge pull request #21966: add new pubsub urn
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenlax authored Jul 12, 2022
2 parents c7e77f9 + d69b217 commit 029a2e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ message StandardPTransforms {
// Payload: PubSubWritePayload.
PUBSUB_WRITE = 5 [(beam_urn) = "beam:transform:pubsub_write:v1"];

// Used for pubsub dynamic destinations.
// Payload: PubSubWritePayload.
PUBSUB_WRITE_V2 = 7 [(beam_urn) = "beam:transform:pubsub_write:v2"];

// Represents the GroupIntoBatches.WithShardedKey operation.
// Payload: GroupIntoBatchesPayload
GROUP_INTO_BATCHES_WITH_SHARDED_KEY = 6 [(beam_urn) = "beam:transform:group_into_batches_with_sharded_key:v1"];
Expand Down

0 comments on commit 029a2e3

Please sign in to comment.