pub_sub
Messages received from Pub/Sub. Used to ensure that we only process each message once.
Primary Key:| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
message_id | text | No | Yes | Message ID from Google Cloud or AWS so we won't load file twice. Generated through expression: |
subscription | text | No | Yes | The name of message subscription on Google Cloud or AWS. Generated through expression: |
attributes | jsonb | No | No | json data from the message Generated through expression: |
publish_time | timestamp with time zone | No | No | Time published by cloud provider Generated through expression: |