Skip to content

remove index under position property#36

Closed
wrigleyDan wants to merge 1 commit intoo19s:mainfrom
wrigleyDan:remove-index-under-position
Closed

remove index under position property#36
wrigleyDan wants to merge 1 commit intoo19s:mainfrom
wrigleyDan:remove-index-under-position

Conversation

@wrigleyDan
Copy link
Collaborator

Schema change that deals with the inconsistency reported in opensearch-project/user-behavior-insights#74

The schema change removes the index property under the ordinal property.

Old:

{
    ...
    "event_attributes": {
        "position": {   
            "ordinal": {
                "index": 1
            }
        }
    }
}

New:

{
    ...
    "event_attributes": {
        "position": {   
            "ordinal": 1
        }
    }
}

Signed-off-by: wrigleyDan <dwrigley@opensourceconnections.com>
wrigleyDan added a commit to wrigleyDan/ubi that referenced this pull request Feb 26, 2025
Signed-off-by: wrigleyDan <dwrigley@opensourceconnections.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants