Skip to content

Commit

Permalink
update events schema
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingregory committed Feb 27, 2018
1 parent 79c4357 commit 0438cac
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions schemas/hubspot_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@
"type": "int"},
{"name": "app_name",
"type": "varchar(256)"},
{"name": "attempt",
"type": "bigint"},
{"name": "bcc_0",
"type": "varchar(256)"},
{"name": "bcc_1",
"type": "varchar(256)"},
{"name": "bcc_2",
"type": "varchar(256)"},
{"name": "bounced",
"type": "boolean"},
{"name": "browser_family",
"type": "varchar(256)"},
{"name": "browser_name",
Expand All @@ -457,18 +467,34 @@
"type": "varchar(256)"},
{"name": "browser_url",
"type": "varchar(256)"},
{"name": "category",
"type": "varchar(256)"},
{"name": "caused_by_event_id",
"type": "varchar(256)"},
{"name": "caused_by_event_created",
"type": "varchar(256)"},
{"name": "cc_0",
"type": "varchar(256)"},
{"name": "cc_1",
"type": "varchar(256)"},
{"name": "cc_2",
"type": "varchar(256)"},
{"name": "created",
"type": "timestamp"},
{"name": "device_type",
"type": "varchar(256)"},
{"name": "drop_reason",
"type": "varchar(256)"},
{"name": "drop_message",
"type": "varchar(1024)"},
{"name": "duration",
"type": "int"},
"type": "bigint"},
{"name": "email_campaign_id",
"type": "int"},
{"name": "filtered_event",
"type": "boolean"},
{"name": "from",
"type": "varchar(256)"},
{"name": "hmid",
"type": "varchar(256)"},
{"name": "id",
Expand All @@ -481,21 +507,51 @@
"type": "varchar(256)"},
{"name": "location_state",
"type": "varchar(256)"},
{"name": "obsoleted_by_created",
"type": "timestamp"},
{"name": "obsoleted_by_id",
"type": "varchar(256)"},
{"name": "portal_id",
"type": "int"},
{"name": "portal_subscription_status",
"type": "varchar(256)"},
{"name": "recipient",
"type": "varchar(256)"},
{"name": "reply_to_0",
"type": "varchar(256)"},
{"name": "reply_to_1",
"type": "varchar(256)"},
{"name": "reply_to_2",
"type": "varchar(256)"},
{"name": "referer",
"type": "varchar(256)"},
{"name": "response",
"type": "varchar(512)"},
"type": "varchar(1024)"},
{"name": "requested_by",
"type": "varchar(256)"},
{"name": "sent_by_created",
"type": "timestamp"},
{"name": "sent_by_id",
"type": "varchar(256)"},
{"name": "smtp_id",
"type": "varchar(256)"},
{"name": "status",
"type": "varchar(512)"},
{"name": "source",
"type": "varchar(256)"},
{"name": "subject",
"type": "varchar(512)"},
{"name": "subscription_id",
"type": "varchar(256)"},
{"name": "subscription_status",
"type": "varchar(256)"}
{"name": "type",
"type": "varchar(256)"},
{"name": "url",
"type": "varchar(512)"},
{"name": "user_agent",
"type": "varchar(256)"},
{"name": "user",
"type": "varchar(256)"}]


Expand Down

0 comments on commit 0438cac

Please sign in to comment.