Skip to content

Enrich OSDU Data Storage in Ignite, Array Flatten and other issues

Ankita Srivastava requested to merge 470_EnrichFieldFlatteningCacheData into master

Type of change

  • Bug Fix
  • [X ] Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
#470

Does this introduce a change in the core logic?

  • [YES/NO] Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] No

What is the current behavior?

Presently only 1 item of any property with array is stored.

What is the new/expected behavior?

  • Now upto 10 items of array will be stored.
  • Replace all properties with . (dot) in name with _(underscore)
  • Enhance merge definition to support properties with underscore.
  • Store properties with JSON objects

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports