Read from a BigQuery table and write to another table using FastAPI
I am creating an API to read from a BigQuery table and write to another Bigquery table using FastAPI. I am able to read data in the response but unable to write data. The second function shows an error. What is wrong there. Here is my code: