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

Key Extraction #56

Open
cheqianh opened this issue Sep 23, 2021 · 0 comments
Open

Key Extraction #56

cheqianh opened this issue Sep 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cheqianh
Copy link
Contributor

cheqianh commented Sep 23, 2021

Sometimes Ion keys are dynamic values that are not known during table creation.

Example:

Example Ion Doc: values "aaaaaaa" and "bbbbbbbb" would be unknown to user at table creation

{
    name: "John Foo",
    documents: {
        "aaaaaaa": {
            type: "drivers_license",
            date_issued: 2007-02-23,
            is_valid: true
        },
        "bbbbbbbb": {
            type: "license_plate",
            state: "Colorado",
            is_valid: true
        }
    }
}

We want Ion-hive-serde to be able to extract fields "aaaaaaa" and "bbbbbbbb" without identifying them.

@cheqianh cheqianh added the enhancement New feature or request label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant