def write_summarization_to_table()

in webhook/bigquery.py [0:0]


def write_summarization_to_table(
    project_id: str,
    dataset_id: str,
    table_id: str,
    bucket: str,
    filename: str,
    complete_text: str,
    complete_text_uri: str,
    summary: str,
    summary_uri: str,
    timestamp: datetime,