Today I Learned
Get Current User in BigQuery
You could get the current user id in BigQuery.
SELECT SESSION_USER() as user, GENERATE_UUID() AS uuid
You could get the current user id in BigQuery.
SELECT SESSION_USER() as user, GENERATE_UUID() AS uuid