Skip to content

Instantly share code, notes, and snippets.

@Veenap
Created August 6, 2020 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Veenap/23bf6dec2508dbd7453f2aecb7206da2 to your computer and use it in GitHub Desktop.
Save Veenap/23bf6dec2508dbd7453f2aecb7206da2 to your computer and use it in GitHub Desktop.
query_job = client.query("""
SELECT *
FROM dataset.my_table
LIMIT 1000 """)
results = query_job.result() # Wait for the job to complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment