문제

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

도움이 되었습니까?

해결책

try the -f flag to force deletion without confirmation

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top