Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.7k views
in Technique[技术] by (71.8m points)

BigQuery Scheduled query (script) loop: needs destination table to be saved, but run fails because of set destination table

I had a scheduled query that did not have a destination table set, as it is created in the script with the create table command (in my understanding that is called a script in the BQ environment). I had to modify the script a bit - which did not affect the create part, and I wanted to update the existing scheduled query with the modified version.

However I could only update the scheduled query if I gave a destination table (otherwise the Update button is inactive): "A destination table is required to save scheduled query options.". So I saved it with defining a "destination table".

When running the scheduled query later, I got the following error: "Invalid value: configuration.query.destinationTable cannot be set for scripts; JobID: ..."

For me it seems that I cannot save the scheduled query without a destination table, and I cannot run it with a destination table.

It seems like a catch 22, am I missing something here? How could this script/scheduled query be updated and run?

Thanks!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...