Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Jan 16, 2024
1 parent e123ed3 commit 6787278
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/servicenow__task_enhanced.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ select
task.task_state,
task.task_number,
task.task_order,
case when problem_task.problem_task_id is not null then true else false end as is_problem_task,
case when problem_task.problem_task_id is not null
then true
else false
end as is_problem_task,
case when change_task.change_task_id is not null then true else false end as is_change_task,
task.task_created_at,
task.sys_created_by,
Expand Down

0 comments on commit 6787278

Please sign in to comment.