File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 123
123
config :
124
124
gradle_target : ' sdks:java:io:google-cloud-platform:expansion-service:shadowJar'
125
125
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
127
127
# the order below. This should be fixed in the future.
128
128
129
129
# Python Providers
231
231
query : ' read_query'
232
232
table : ' location'
233
233
partition_column : ' partition_column'
234
- partitions : ' partitions '
234
+ num_partitions : ' num_partitions '
235
235
type : ' jdbc_type'
236
236
username : ' username'
237
237
' WriteToJdbc ' :
Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ def get_portability_package_data():
395
395
'Sphinx>=7.0.0,<8.0' ,
396
396
'docstring-parser>=0.15,<1.0' ,
397
397
'docutils>=0.18.1' ,
398
+ 'markdown' ,
398
399
'pandas<2.3.0' ,
399
400
'openai' ,
400
401
'virtualenv-clone>=0.5,<1.0' ,
You can’t perform that action at this time.
0 commit comments