DataFlow (PY 2.x SDk) ReadFromPubSub :: id_label & timestamp_attribute behaving unexpectedly
- 阅读更多 关于 DataFlow (PY 2.x SDk) ReadFromPubSub :: id_label & timestamp_attribute behaving unexpectedly
问题 My apache beam pipeline (using Python SDK+ DirecrRunner for testing purpose…) is reading from Pubsub topic The message & attributes published are as follows: message: [{"col1": "test column 1", "col2": "test column 1"}] attributes:{ 'event_time_v1': str(time.time()), 'record_id': 'row-1’, } I’m using the function beam.io.gcp.pubsub.ReadFromPubSub. The code/doc mentions id_label and timestamp_attribute arguments (I believe these are very new additions?! Updated only 13 days ago..) When I use