Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何识别 Google Big Query 中的空闲事件。用户已推送但未被查询的事件。我需要知道是否有任何我可以遵循的现有程序。
我不确定我是否理解你的问题。您是在询问已创建但尚未开始运行的查询作业吗?如果是这样,您可以调用 jobs.list() 并将 PENDING 状态指定为过滤器。但是,查询作业通常仅在很短的时间内处于挂起状态,除非您指定了批处理优先级。