We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bq --api http://0.0.0.0:9050 query --project_id=test "drop table if exists a" BigQuery error in query operation: Error processing job 'test:bqjob_r481d78696f5de5a6_0000019232da5976_1': failed to delete table spec: failed to find table spec from map by test_a
no error , but "if exist" should not break and none existing table
just run the command "drop table if exists"
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
bq --api http://0.0.0.0:9050 query --project_id=test "drop table if exists a"
BigQuery error in query operation: Error processing job 'test:bqjob_r481d78696f5de5a6_0000019232da5976_1': failed to delete table spec: failed to find table
spec from map by test_a
What did you expect to happen?
no error , but "if exist" should not break and none existing table
How can we reproduce it (as minimally and precisely as possible)?
just run the command "drop table if exists"
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: