Details
-
Bug
-
Status: Open
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Similarly to TextIO.readAll(), AvroIO.readAll(), SpannerIO.readAll(), and in the general spirit of making connectors more dynamic: it would be nice to have JdbcIO.readAll() that reads a PCollection of queries, or perhaps better, a parameterized query with a PCollection of parameter values and a user callback for setting the parameters on a query based on the PCollection element.
JB, as the author of JdbcIO, would you be interested in implementing this at some point?