Bigquery command line tool to read long query string from a file -


I'm using the Bigquery command line tool to query data from the Bigquery table.

My query statement is too long

Do you save the long query statement in a file and pass the file name to a large number of command line equipment?

Thank you.

You can use it:

  cat query.txt | Bq query  

Comments

Popular posts from this blog

php - Select box validation (in laravel) -

pandas - Iterate on Groupby Object's fields -

javascript - Render HTML after each iteration in loop -