无法 运行 数据实验室中的作业

Unable to run a job in datalab

我想 运行 使用此代码在数据实验室中工作 :

stepOneResult  = bq.Query(pagesEvents).execute(table_name=tableName, table_mode='create', use_cache=True, priority='interactive', allow_large_results=True)

我在运行输入代码时遇到这个错误:

     79       except Exception as e:
---> 80         raise e
     81       if query_result['jobComplete']:
     82         if 'totalBytesProcessed' in query_result:

RequestException: Not found: Job applied-arcanum-861:job_jLcsPiRqwcWiL4X1oTVnA-GKBgk

关于这里发生的事情或如何解决它的任何想法?谢谢!

尝试捕获异常并检查它。有一个 'content' 字段应该有更多信息。

目标 table 是否在不同的项目中?