Skip to content

Commit 7373972

Browse files
authored
fixed jdbc io (#34704)
1 parent c600069 commit 7373972

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sdks/python/apache_beam/yaml/standard_io.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
config:
124124
gradle_target: 'sdks:java:io:google-cloud-platform:expansion-service:shadowJar'
125125

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

129129
# Python Providers
@@ -231,7 +231,7 @@
231231
query: 'read_query'
232232
table: 'location'
233233
partition_column : 'partition_column'
234-
partitions: 'partitions'
234+
num_partitions: 'num_partitions'
235235
type: 'jdbc_type'
236236
username: 'username'
237237
'WriteToJdbc':

sdks/python/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def get_portability_package_data():
395395
'Sphinx>=7.0.0,<8.0',
396396
'docstring-parser>=0.15,<1.0',
397397
'docutils>=0.18.1',
398+
'markdown',
398399
'pandas<2.3.0',
399400
'openai',
400401
'virtualenv-clone>=0.5,<1.0',

0 commit comments

Comments
 (0)