def write_to_bigquery()

in webhook/main.py [0:0]


def write_to_bigquery(
    event_id: str,
    time_uploaded: datetime,
    doc_path: str,
    doc_text: str,
    doc_summary: str,
    project: str,
    bq_dataset: str,
    bq_table: str,