You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Current context class
Output
Context class updated with date renamed to eventDate and a new processingDate member.
The text was updated successfully, but these errors were encountered:
jonas
changed the title
Add the concept of event date and processing date to the context
Context should provide both event and processing date
Apr 5, 2017
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
date
renamed toeventDate
and a newprocessingDate
member.The text was updated successfully, but these errors were encountered: