mediative / eigenflow

ETL orchestration platform with recoverability and process monitoring features
https://mediative.github.io/eigenflow/
Apache License 2.0
9 stars 4 forks source link

Migrate processDate to java.time.LocalDateTime #7

Open dmitri-carpov opened 8 years ago

dmitri-carpov commented 8 years ago

Motivation

Having access to the java.time API for the processingDate without additional date conversions.

Input

processingDate of java.util.Date type.

Output

val aStage = AnyStage withContext { context: ProcessContext =>
  context.processingDate // check if this is actually java.time.LocalDateTime
}
suhailshergill commented 8 years ago

@dmitri-carpov could we add more description similar to what's mentioned in https://github.com/ypg-data/eigenflow/blob/master/CONTRIBUTING.md ?