cona-bear commented on issue #36553: URL: https://github.com/apache/beam/issues/36553#issuecomment-3430015383
> 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? > > [beam/sdks/python/apache_beam/typehints/schemas.py](https://github.com/apache/beam/blob/179d4d1ee9c380c66396c1ce2155e21f6f0f1649/sdks/python/apache_beam/typehints/schemas.py#L36) > > Line 36 in [179d4d1](/apache/beam/commit/179d4d1ee9c380c66396c1ce2155e21f6f0f1649) > > Timestamp <-----> LogicalType(urn="beam:logical_type:micros_instant:v1") > The python type needs to be registered to the appropriate logical type since this is crosslang Oh I already tried but got same error as ` ..."beam:logical:pythonsdk_any:v1"...`. my beam version is 2.68.0 -- 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]
