PickupReportTask — Developer Reference
Developer examples and implementation details for PickupReportTask.
Example Usage
from etl_lib.tasks.reports.PickupReportTask import PickupReportTask
task = PickupReportTask(job_context=job_context, database_sink=sink)
task.run()Implementation Notes
- Stores snapshots and compares against historical data for pickup & pace analysis
- Useful for market and revenue reporting
Back to process documentation: /processes/tasks/reports/pickup-report-task
Last updated on