Skip to content

Commit

Permalink
update standard_external_transforms.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Aug 27, 2024
1 parent 3cec634 commit 610b830
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdks/standard_external_transforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# configuration in /sdks/standard_expansion_services.yaml.
# Refer to gen_xlang_wrappers.py for more info.
#
# Last updated on: 2024-04-18
# Last updated on: 2024-08-27

- default_service: sdks:java:io:expansion-service:shadowJar
description: 'Outputs a PCollection of Beam Rows, each containing a single INT64
Expand All @@ -43,8 +43,7 @@
description: Specifies the rate to generate a given number of elements per a
given number of seconds. Applicable only to unbounded sequences.
nullable: true
type: Row(elements=<class 'numpy.int64'>, seconds=typing.Union[numpy.int64,
NoneType])
type: Row(elements=<class 'numpy.int64'>, seconds=typing.Optional[numpy.int64])
start:
description: The minimum number to generate (inclusive).
nullable: false
Expand Down

0 comments on commit 610b830

Please sign in to comment.