Michel Davit
Michel Davit
Move implementation to the SchemaBuilder API. This removes the cluncky JSON conversion type required for default values
We have implemented a custom JDBC parallel read API because at the time, beam did not support that. Now beam has [readWitPartition](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/jdbc/JdbcIO.html#readWithPartitions-org.apache.beam.sdk.values.TypeDescriptor-) supporting Long and DateTime. We should probably considering...
Error handling is exposed in beam Bigquery IO. Expose this in scio's API
## steps When publishing a module overriding a dependency version with `dependencyOverrides`, I expect to find this version in the artifact dependencies. ## problem You can find a minimal setup...