--- id: offline-compute_PrestoSQL_prestosql_001 name: 安全扫描实例明细分析 category: offline-compute/PrestoSQL timeout_seconds: 900 modality: pure-text engine: prestosql --- ## Prompt 任务目标:从安全扫描 span 信息和资源分配信息关联产出安全扫描实例运行明细表。 输入: - internal_platform_db.t_security_scan_span_prestosql_001 - internal_platform_db.t_security_resource_info_prestosql_001 处理规则: - 两表关联查询,关联条件需基于表结构确定 - 具体过滤条件和字段选择需基于表结构确定 输出要求: - 输出表:internal_platform_db.t_security_scan_instance_detail_cand_prestosql_001 - 输出字段需基于目标表结构确定 写入要求: - 写入目标表 请将最终 Presto/Trino SQL 写入 result.sql 并执行。