claudevdm commented on issue #36553: URL: https://github.com/apache/beam/issues/36553#issuecomment-3427367800
Can you try to use the apache_beam.utils.timestamp type instead of datetime.datetime https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/util.py#L1821? https://github.com/apache/beam/blob/179d4d1ee9c380c66396c1ce2155e21f6f0f1649/sdks/python/apache_beam/typehints/schemas.py#L36 The python type needs to be registered to the appropriate logical type since this is crosslang -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
