Skip to content

Sprint 25: Update config, logs, docs & integrate batch workflow into remote profile and JUnit tests

Levi Remington requested to merge Sprint25 into master

Config

  • Removed authorizeUrl from Transformer configuration
  • Added dataPartitionId to Transformer configuration so OSDU request header for data partition ID is configurable by user

Logs

  • Isolate feature creation error logs into their own file (Summary logs are TBD)
  • Enhance formatting of existing logs for improved clarity
  • Provider now responds with error message when Ignite Cluster is connected to but a specific cache cannot be found
  • If search request turns up no records, skip GeoJSON Generation and log an error that no records were found

Docs

  • Add new config and log changes
  • Add example for Remote vs Local Transformer profile use-case

JUnit

  • Tests updated to work with updates

Remote Profile

  • Tested and verified

Cache update scheduler

  • Schema query will now only trigger on cache update instead of on initial runtime to ensure schema is as-current as possible during scheduled ingestion of a long-standing Transformer instance
Edited by Levi Remington

Merge request reports