You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.google.cloud.bigquery.BigQueryException: unspecified job configuration query
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:114)
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.create(HttpBigQueryRpc.java:219)
Although CopyJobConfiguraiton does not require query, it seems it's checking for query and fails. I looked up code and I don't find any code that handles copy job config so I am assuming it's not implemented.
What did you expect to happen?
I expected that the copy creation job succeeds.
How can we reproduce it (as minimally and precisely as possible)?
What happened?
Job creation fails for copy tables. Here is the code that I wrote to do some testings and it fails with configuration information.
Here is the error message:
Although CopyJobConfiguraiton does not require query, it seems it's checking for query and fails. I looked up code and I don't find any code that handles copy job config so I am assuming it's not implemented.
What did you expect to happen?
I expected that the copy creation job succeeds.
How can we reproduce it (as minimally and precisely as possible)?
Create copy job such as following:
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: