Bigquery - schedule stored procedure not working anymore

和自甴很熟 提交于 2021-02-05 12:20:34

问题


recently there was a change in Bigquery UI and it seems that is no longer possible to schedule a stored procedure to execute automatically.

Using the UI, just keeps asking to insert a destination table. If I put a dummy table, the schedule is created but then when tries to execute just throws an error saying that we can't have a destination table when executing a stored procedure.

Is anyone having this issue and has any kind of workaround ?

Thanks in advance.


回答1:


You can opt out of the preview features by clicking the Hide Preview Features button in the top bar of the UI.

This is a known issue that the BigQuery engineering team is already aware of and are rolling the fix for it soon. You can follow their progress on this Public Issue



来源:https://stackoverflow.com/questions/65816007/bigquery-schedule-stored-procedure-not-working-anymore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!