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
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/yaml/standard_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
config:
gradle_target: 'sdks:java:io:google-cloud-platform:expansion-service:shadowJar'

# TODO(yaml): Tests are assuming python providers are before java ones, hence
# TODO(yaml): Tests are assuming python providers are before java ones, hence
# the order below. This should be fixed in the future.

# Python Providers
Expand Down Expand Up @@ -231,7 +231,7 @@
query: 'read_query'
table: 'location'
partition_column : 'partition_column'
partitions: 'partitions'
num_partitions: 'num_partitions'
type: 'jdbc_type'
username: 'username'
'WriteToJdbc':
Expand Down
1 change: 1 addition & 0 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def get_portability_package_data():
'Sphinx>=7.0.0,<8.0',
'docstring-parser>=0.15,<1.0',
'docutils>=0.18.1',
'markdown',
'pandas<2.3.0',
'openai',
'virtualenv-clone>=0.5,<1.0',
Expand Down
Loading