Skip to content

Commit

Permalink
Redshift: added new derived_contexts field (closes #784)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Feb 12, 2015
1 parent 28c8e68 commit aa26b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 4-storage/redshift-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ CREATE TABLE atomic.events (
-- ETL tags
etl_tags varchar(500) encode raw,

-- Derived contexts
derived_contexts varchar(10000) encode raw,

CONSTRAINT event_id_040_pk PRIMARY KEY(event_id)
)
DISTSTYLE KEY
Expand Down

0 comments on commit aa26b1a

Please sign in to comment.