Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rule_instance_id column on rule_evaluations #4103

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Fix rule_instance_id column on rule_evaluations

    When this column was backfilled originally, the update statement lacked
    some of the fields needed to make sure that the join from
    rule_evaluations to rule_instances was a 1-1 mapping. This led to the
    wrong rule_instance_id being attached to the rule_evaluations table.
    Note that this value is not currently used for anything, so the impact
    was negligible.
    
    This re-runs the backfill with all fields matching to ensure the correct
    ID is used.
    dmjb committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eb2f5cf View commit details
    Browse the repository at this point in the history