Skip to content

Remove certain null values from records returned from search endpoint

LH Hon [ExxonMobil] requested to merge feature/eds_handle_null_values into master
  • Search endpoint automatically fills indexed fields with null
  • The fields are not present if pulling from storage api
  • These nulls cause problems with references during ingestion in airflow
  • Current approach is to remove them. (Alternative is retrieve from storage api)

Authors:

  • Sudhakar Bhongade, Priyanka
  • Devarajulu, Jeyakumar
  • Lian Hung, Hon

Merge request reports