Motivation
The naming convention from Apache Beam is very good and amadou should use it. This would also allow to make certain parts easier to test by removing use of hard coded processing date (e.g. Day.today).
Input
Output
- Context class updated with
date renamed to eventDate and a new processingDate member.
Motivation
The naming convention from Apache Beam is very good and amadou should use it. This would also allow to make certain parts easier to test by removing use of hard coded processing date (e.g.
Day.today).Input
Output
daterenamed toeventDateand a newprocessingDatemember.