shunping commented on issue #35738:
URL: https://github.com/apache/beam/issues/35738#issuecomment-3160672664

   Given this error is `ValueError: No logical type registered for URN 
'beam:logical_type:javasdk_date:v1'`, I think putting the following before 
defining the pipeline, i.e. `with beam.Pipeline(options=pipeline_options) as 
p:` should work.
   
   ```
   from apache_beam.io.jdbc import JdbcDateType  # pylint: disable=unused-import
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to