dicemy's picture
Upload 655 files
e8c001c verified
|
Raw
History Blame Contribute Delete
828 Bytes
metadata
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 并执行。