curl -LO raw.githubusercontent.com/quiccklabs/Labs_solutions/master/BigQuery%20Qwik%20Start%20%20Command%20Line/quicklabgsp071.sh
sudo chmod +x quicklabgsp071.sh
./quicklabgsp071.sh
Run this task command once you get a score of previous tasks
Task 7. Clean up
Run the bq rm command to remove the babynames dataset with the -r flag to delete all tables in the dataset:
bq rm -r babynames
Confirm the delete command by typing Y.
No comments:
Post a Comment