Skip to content

Commit

Permalink
miss_missing_episode_end_date fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robjharrison committed Jun 7, 2024
1 parent cb50d7f commit 70d9c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms_ssd_extract_sql/mosaic/ssd_missing_tag_dw.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
and
case when ffa.subject_person_id <= 0 then sgs.SUBJECT_COMPOUND_ID else ffa.subject_person_id end = sgs.SUBJECT_COMPOUND_ID
) miss_missing_episode_type,
stp.completed_on miss_missing_episode_end,
stp.completed_on miss_missing_episode_end_date,
(
select
max(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]


variable_name = 'perm_permanence_id' # var name to search
variable_name = 'miss_missing_episode_end' # var name to search
variable_stem = '' # stem to search
variable_suffix = '' # suffix to search
search_file_type = '.sql' # or .py or .txt
Expand Down

0 comments on commit 70d9c47

Please sign in to comment.