Done. The UI doesn't make it easy to drop the tables without dropping the
dataset. In case it needs to be done again, here is what I ran:

for table in $(bq ls -a --dataset_id apache-beam-testing:nexmark | awk 'NR
> 2 {print $1}');
do bq rm -f apache-beam-testing:nexmark.$table;
done

Andrew

On Tue, Jul 10, 2018 at 8:12 AM Etienne Chauchot <echauc...@apache.org>
wrote:

> Hi Guys,
>
> Can anyone who has the rights (PMC members maybe) drop all the BigQuery
> tables from project `apache-beam-testing` in the dataset `nexmark`, they
> contain incorrect data.
>
> Please do not drop the nexmark dataset, only the tables. Don't worry the
> tables will be re-created with next commit on master.
>
> Thanks
>
> Etienne
>

Reply via email to