Domanda

When running the bq command in headless mode as part of a scripted session. I need to override the defaults on the prompt that asks if i am sure i wish to remove a table. How can I do that?

I was trying the following command: bq --headless --quiet rm -t id.table

Thanks

Mark

È stato utile?

Soluzione

try the -f flag to force deletion without confirmation

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top