damccorm opened a new issue, #19994:
URL: https://github.com/apache/beam/issues/19994

   Context: 
https://lists.apache.org/thread.html/bf4c37f21bda194d7f8c40f6e7b9a776262415755cc1658412af3c76%40%3Cdev.beam.apache.org%3E
   
   The syntax should look something like this (proposed by [~alexvanboxel]):
   ```
   
   CREATE TABLE people (
       my_timestamp TIMESTAMP *OPTION(ref="pubsub:event_timestamp)*,
       my_id
   VARCHAR *OPTION(ref="pubsub:attributes['id_name']")*,
       name VARCHAR,
       age INTEGER
     )
     TYPE
   'pubsub'
     LOCATION 'projects/my-project/topics/my-topic'
   
   ```
   
   
   This jira pertains specifically to the my_timestamp portion of this example.
   
   Imported from Jira 
[BEAM-9209](https://issues.apache.org/jira/browse/BEAM-9209). Original Jira may 
contain additional context.
   Reported by: bhulette.


-- 
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]

Reply via email to