Can anyone help explain what is the transaction isolation level in google cloud BigQuery? It does not appear to be any documents on this. We know that in other databases, e.g. sql server database, there are transaction isolation levels : read uncommitted, read committed, repeatable read, snapshot, serialisable.
Thanks.