@@ -69,6 +69,7 @@ def get_sql(partition, project):
,SUM(COALESCE(return,0)) AS return
FROM loghubods.alg_recsys_rank_root_info_v1
WHERE dt = '{}'
+ and apptype not in ('12')
GROUP BY videoid
,time
)