Skip to content

Commit

Permalink
Update rpt_tableau__staff_renewal_feed.sql
Browse files Browse the repository at this point in the history
πŸ’„
  • Loading branch information
cbini authored Feb 16, 2024
1 parent db4e884 commit 6b14c10
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ with
avg(overall_score) as pm4_overall_score,
from {{ ref("int_performance_management__observation_details") }}
where
form_term in ('PM2', 'PM3')
academic_year = {{ var("current_academic_year") }}
and overall_score is not null
and academic_year = {{ var("current_academic_year") }}
and form_term in ('PM2', 'PM3')
group by internal_id
)

Expand Down Expand Up @@ -46,7 +46,6 @@ select
s.scale_step,

p.pm4_overall_score,

from {{ ref("base_people__staff_roster") }} as b
left join
{{ ref("int_people__expected_next_year_salary") }} as s
Expand Down

0 comments on commit 6b14c10

Please sign in to comment.