View Source Glific.BigQuery.Schema (Glific v5.1.6)

Schema for tables to be created for a dataset

Link to this section Summary

Functions

Schema for contact history table

Schema for contacts table

Schema for flow context schema

Schema for flow count table

Schema for flow results table

Schema for flows table

Schema for message broadcast contacts table

Schema for message broadcasts table

Schema for message conversation table

Schema for messages table

Schema for messages media table

Schema for profile table

Schema for the stats_global_schema table

Schema for stats_schema table

Link to this section Functions

Link to this function

contact_history_schema()

View Source
@spec contact_history_schema() :: list()

Schema for contact history table

@spec contact_schema() :: list()

Schema for contacts table

Link to this function

flat_fields_procedure(project_id, dataset_id)

View Source
@spec flat_fields_procedure(String.t(), String.t()) :: String.t()

Procedure for flat fields

@spec flow_context_schema() :: list()

Schema for flow context schema

@spec flow_count_schema() :: list()

Schema for flow count table

@spec flow_result_schema() :: list()

Schema for flow results table

@spec flow_schema() :: list()

Schema for flows table

Link to this function

message_broadcast_contacts_schema()

View Source
@spec message_broadcast_contacts_schema() :: list()

Schema for message broadcast contacts table

Link to this function

message_broadcasts_schema()

View Source
@spec message_broadcasts_schema() :: list()

Schema for message broadcasts table

Link to this function

message_conversation_schema()

View Source
@spec message_conversation_schema() :: list()

Schema for message conversation table

@spec message_schema() :: list()

Schema for messages table

@spec messages_media_schema() :: list()

Schema for messages media table

@spec profile_schema() :: list()

Schema for profile table

@spec stats_all_schema() :: list()

Schema for the stats_global_schema table

@spec stats_schema() :: list()

Schema for stats_schema table