INFO-SQL 统计使用调度日历的任务信息

适用模块
控制台、任务运维
具体说明
通过任务运维和控制台数据库结合查询那些任务配置了调度日历
使用示例
SELECT
  flow.cluster,
  flow.product,
  flow.flow_id
FROM
  easytaskops.eto_az_flow flow
  left join easyconsole.console_calendar_config calendar on flow.sched_calendar_id = calendar.name
  and calendar.alias_name = '调度日历测试';

作者:林帅