Error updating scheduled query: update_time cannot be updated

前端 未结 4 1400
天涯浪人
天涯浪人 2020-12-28 23:04

When I try to update a schedule query (modifying SQL code) I get this error: Error updating scheduled query: update_time cannot be updated.

I think that previously I

相关标签:
4条回答
  • 2020-12-28 23:23

    There is a fix fully deployed for the previous bug. Already tested in BigQuery web UI and works fine.

    0 讨论(0)
  • 2020-12-28 23:32

    It seems like a new bug in Scheduled Queries of GCP. Is it important to remember that this tool is on BETA yet.

    Since a few months, I'm creating and updating queries and using a lot this tool and yesterday was the first time that I was faced to this message.

    GCP Scheduled Queries error message

    0 讨论(0)
  • 2020-12-28 23:34

    Not sure if you got the answer. But for CLI based update you can try following - Get the transfer config location (us\asia) for the scheduled query- bq ls \

    --transfer_config \ --transfer_location=

    Execute bq update bq update \ --transfer_config \ --schedule='every xx minutes'

    Above is just an example, you can update the update values for what you need to modify in the scheduled query.

    0 讨论(0)
  • 2020-12-28 23:38

    This is an issue already reported to the BigQuery engineering team.

    You can track the progress of the research regarding this issue in this link. It seems an issue with the BigQuery UI as the Classic UI seems to be working

    I suggest starring the issue to indicate you're being affected by this issue.

    UPDATE

    The classic UI may have issues regarding the dataset destination set.

    I consider recreating the scheduled query would be the best workaround while the fix is released.

    0 讨论(0)
提交回复
热议问题