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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
I am looking for a way to set timeouts for SQL statements(if a query takes more than a min we want to abort it. We can cancel it by calling cancel API though, But I am looking for config which aborts it on bigquery side itself. Something like session timeout for snowflake). After searching the documentation, I found https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#ScriptOptions. But looks like it's not supported in 2.18.0. Is there a way to make this work ?