Datasets:
File size: 828 Bytes
e8c001c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
id: offline-compute_HiveSQL_hivesql_011
name: 从 notebook_span_info_query_engine_026 和 notebook_engin
category: offline-compute/HiveSQL
timeout_seconds: 600
modality: pure-text
engine: hivesql
---
## Prompt
任务目标:从 Notebook span 信息和 engine 信息关联产出 killed 实例运行明细表。
输入:
- internal_platform_db.notebook_span_info_query_engine_026
- internal_platform_db.notebook_engine_info_query_engine_026
处理规则:
- 两表关联查询,关联条件需基于表结构确定
- 具体过滤条件和字段选择需基于表结构确定
输出要求:
- 输出表:internal_platform_db.dwd_notebook_killed_instance_detail_d_cand_query_engine_026
- 输出字段需基于目标表结构确定
写入要求:
- 写入目标表
请将最终 HiveSQL 写入 result.sql 并执行。
|