OiO.lk Blog SQL BigQuery : update many rows at the same time with Python
SQL

BigQuery : update many rows at the same time with Python


I have a BigQuery table of more than 10k rows and I’m looking for a way to update its rows in a quicker way than one by one using the Python API.

What is the best way ? I thought about using asynchronous functions with the asyncio library of Python but is there an easier method ?



You need to sign in to view this answers

Exit mobile version