Skip to content

Instantly share code, notes, and snippets.

@heartonbit
Last active April 24, 2018 06:31
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 heartonbit/3eb57ee3509cf120abe6fb649d5a3c32 to your computer and use it in GitHub Desktop.
Save heartonbit/3eb57ee3509cf120abe6fb649d5a3c32 to your computer and use it in GitHub Desktop.
[Bigquery] Remove tables using jupyternotebook
for idx in range(3,351):
tablename = "table_{0}".format(idx)
print(tablename)
!bq rm -f -t $tablename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment