Skip to content

Instantly share code, notes, and snippets.

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/8bfc7c52890816199fa6e36882f0100d to your computer and use it in GitHub Desktop.
Save Veenap/8bfc7c52890816199fa6e36882f0100d to your computer and use it in GitHub Desktop.
job_config.use_legacy_sql = True
query_job = client.query("""
SELECT *
FROM dataset.my_table
LIMIT 1000""", job_config = job_config)
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