Skip to Content
DevelopmentReferenceTasksChainsAthenaeumCleanAthenaeumTask — Developer Reference

CleanAthenaeumTask — Developer Reference

Developer guide for CleanAthenaeumTask including example usage and implementation details.

Example Usage

from etl_lib.tasks.chains.athenaeum.CleanAthenaeumTask import CleanAthenaeumTask task = CleanAthenaeumTask(job_context=job_context) task.run()

Implementation Notes

  • Cleans RawReservationModel to standard models (CleanGuestModel, CleanReservationModel, CleanRoomModel)
  • Implements standard field mapping and data normalization

Back to process documentation: /processes/tasks/chains/athenaeum/clean-athenaeum-task

Last updated on