Skip to content

Commit

Permalink
chore: Add new input_errors column
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Nov 21, 2023
1 parent 9b332c6 commit e251c1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ select
node_type,
node_title,
has_clicked_help,
input_errors,
CAST(EXTRACT(EPOCH FROM (al.next_log_created_at - al.created_at)) as numeric (10, 1)) as time_spent_on_node_seconds
from analytics a
left join analytics_logs al on a.id = al.analytics_id
Expand Down

0 comments on commit e251c1d

Please sign in to comment.