Skip to content

Commit

Permalink
Scala Common Enrich: added etl_tags field to POJO (closes #1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Feb 5, 2015
1 parent 5824197 commit ba091fa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,7 @@ class EnrichedEvent {
@BeanProperty var ti_currency: String = _
@BeanProperty var ti_price_base: String = _
@BeanProperty var base_currency: String = _

// ETL tags
@BeanProperty var etl_tags: String = _
}

0 comments on commit ba091fa

Please sign in to comment.