Skip to content

Commit

Permalink
[US_TN] Adding back RED to SentencesChargesAndCourtCases (Recidiviz/r…
Browse files Browse the repository at this point in the history
…ecidiviz-data#29315)

## Description of the change

Ingest RED as Parole Eligibility Date

## Type of change

> All pull requests must have at least one of the following labels
applied (otherwise the PR will fail):

| Label | Description |
|-----------------------------
|-----------------------------------------------------------------------------------------------------------
|
| Type: Bug | non-breaking change that fixes an issue |
| Type: Feature | non-breaking change that adds functionality |
| Type: Breaking Change | fix or feature that would cause existing
functionality to not work as expected |
| Type: Non-breaking refactor | change addresses some tech debt item or
prepares for a later change, but does not change functionality |
| Type: Configuration Change | adjusts configuration to achieve some end
related to functionality, development, performance, or security |
| Type: Dependency Upgrade | upgrades a project dependency - these
changes are not included in release notes |

## Related issues

Related to Recidiviz/recidiviz-data#23069

## Checklists

### Development

**This box MUST be checked by the submitter prior to merging**:
- [x] **Double- and triple-checked that there is no Personally
Identifiable Information (PII) being mistakenly added in this pull
request**

These boxes should be checked by the submitter prior to merging:
- [x] Tests have been written to cover the code changed/added as part of
this pull request

### Code review

These boxes should be checked by reviewers prior to merging:

- [x] This pull request has a descriptive title and information useful
to a reviewer
- [x] Potential security implications or infrastructural changes have
been considered, if relevant

GitOrigin-RevId: b0d5a2c9d29c03c721f06167e21c1345c727a2c5
  • Loading branch information
lydiamasri2 authored and Helper Bot committed May 10, 2024
1 parent 6b5d8fa commit bac21f3
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -44,7 +44,6 @@ input_columns:
- Task_Dates
unused_columns:
- ChargeOffense
- ReleaseEligibilityDate
variables:
- is_incarceration_sentence:
$or:
Expand Down Expand Up @@ -235,7 +234,7 @@ output:
conditions: Conditions
sentence_metadata: $variable(sentence_metadata)
initial_time_served_days: PretrialJailCredits
# parole_eligibility_date: ReleaseEligibilityDate - No longer hydrating this, see TODO(#22443)
parole_eligibility_date: ReleaseEligibilityDate
charges:
- $variable(charge)

Expand Down

0 comments on commit bac21f3

Please sign in to comment.