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 Jan 20, 2015
1 parent ab4c78a commit a4e505a
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 a4e505a

Please sign in to comment.