Skip to content

Storage Schema doesn't use raw.properties #102

Description

@cburch

https://github.com/IKANOW/Aleph2-contrib/blob/master/aleph2_analytic_services_hadoop/src/main/java/com/ikanow/aleph2/analytics/hadoop/assets/BeFileInputReader.java#L291

The fields here are using storage_schema.processed().X instead of storage_schema.raw().X so if you create a schema that looks like { raw:{exist_age_max:"1 week"}} it does nothing, you currently have to handle it via { raw:{}, processed:{exist_age_max:"1 week"}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions