Skip to content

Schedule big query stream

schedule_big_query_stream

  • Schema: public
  • PK: stream_id (uuid, default gen_random_uuid())

Columns

Column Type Nullable Default Notes
stream_id uuid NOT NULL gen_random_uuid() PK
base_id uuid NOT NULL
app_id varchar NOT NULL
internal_table_id varchar NOT NULL
last_stream_time timestamp YES now()

Key indexes

  • scheduler_big_query_stream_pk -- PK on stream_id
  • schedule_big_query_stream_unique -- UNIQUE on (base_id, app_id, internal_table_id)