Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch: com.getvero #844

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/bounced_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"$.data.event.name",
"$.data.event.triggered_at",
"$.data.message_id",
"$.data.type",
"$.data.user.email",
"$.data.user.id"
]
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/clicked_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"$.data.event.name",
"$.data.event.triggered_at",
"$.data.message_id",
"$.data.type",
"$.data.user.email",
"$.data.user.id",
"$.data.user_agent"
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/created_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"$.data.company",
"$.data.firstname",
"$.data.role",
"$.data.type",
"$.data.user.email",
"$.data.user.id"
]
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/delivered_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"$.data.event.triggered_at",
"$.data.message_id",
"$.data.sender_ip",
"$.data.type",
"$.data.user.email",
"$.data.user.id"
]
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/opened_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"$.data.event.triggered_at",
"$.data.message_id",
"$.data.opened_at",
"$.data.type",
"$.data.user.email",
"$.data.user.id",
"$.data.user_agent"
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/sent_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"$.data.event.name",
"$.data.event.triggered_at",
"$.data.sent_at",
"$.data.type",
"$.data.user.email",
"$.data.user.id"
]
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/unsubscribed_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"$.hierarchy.refRoot",
"$.hierarchy.refTree",
"$.hierarchy.refParent",
"$.data.type",
"$.data.unsubscribed_at",
"$.data.user.email",
"$.data.user.id"
Expand Down
1 change: 0 additions & 1 deletion jsonpaths/com.getvero/updated_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"$.hierarchy.refParent",
"$.data.changes.tags.add",
"$.data.changes.tags.remove",
"$.data.type",
"$.data.user.email",
"$.data.user.id"
]
Expand Down
10 changes: 3 additions & 7 deletions schemas/com.getvero/bounced/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"type": ["string", "null"],
"maxLength": 255
},
"type": {
"type": "string",
"maxLength": 255
},
"event": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -68,8 +64,8 @@
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"maxLength": 255
"type": ["integer", "null"],
"maximum": 2147483647
},
"type": {
"type": ["string", "null"],
Expand All @@ -89,7 +85,7 @@
},
"permalink": {
"type": ["string", "null"],
"maxLength": 255
"format": "uri"
},
"variation": {
"type": ["string", "null"],
Expand Down
10 changes: 3 additions & 7 deletions schemas/com.getvero/clicked/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"type": ["string", "null"],
"maxLength": 255
},
"type": {
"type": ["string", "null"],
"maxLength": 255
},
"event": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -60,8 +56,8 @@
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"maxLength": 255
"type": ["integer", "null"],
"maximum": 2147483647
},
"type": {
"type": ["string", "null"],
Expand All @@ -81,7 +77,7 @@
},
"permalink": {
"type": ["string", "null"],
"maxLength": 255
"format": "uri"
},
"variation": {
"type": ["string", "null"],
Expand Down
4 changes: 0 additions & 4 deletions schemas/com.getvero/created/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"type": ["string", "null"],
"maxLength": 255
},
"type": {
"type": ["string", "null"],
"maxLength": 255
},
"user": {
"type": "object",
"properties": {
Expand Down
10 changes: 3 additions & 7 deletions schemas/com.getvero/delivered/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"type": ["string", "null"],
"maxLength": 255
},
"type": {
"type": "string",
"maxLength": 255
},
"event": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -60,8 +56,8 @@
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"maxLength": 255
"type": ["integer", "null"],
"maximum": 2147483647
},
"type": {
"type": ["string", "null"],
Expand All @@ -81,7 +77,7 @@
},
"permalink": {
"type": ["string", "null"],
"maxLength": 255
"format": "uri"
},
"variation": {
"type": ["string", "null"],
Expand Down
10 changes: 3 additions & 7 deletions schemas/com.getvero/opened/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"type": ["string", "null"],
"maxLength": 255
},
"type": {
"type": "string",
"maxLength": 255
},
"event": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -60,8 +56,8 @@
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"maxLength": 255
"type": ["integer", "null"],
"maximum": 2147483647
},
"type": {
"type": ["string", "null"],
Expand All @@ -81,7 +77,7 @@
},
"permalink": {
"type": ["string", "null"],
"maxLength": 255
"format": "uri"
},
"variation": {
"type": ["string", "null"],
Expand Down
10 changes: 3 additions & 7 deletions schemas/com.getvero/sent/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"type": "string",
"format": "date-time"
},
"type": {
"type": "string",
"maxLength": 255
},
"event": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -52,8 +48,8 @@
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"maxLength": 255
"type": ["integer", "null"],
"maximum": 2147483647
},
"type": {
"type": ["string", "null"],
Expand All @@ -73,7 +69,7 @@
},
"permalink": {
"type": ["string", "null"],
"maxLength": 255
"format": "uri"
},
"variation": {
"type": ["string", "null"],
Expand Down
4 changes: 0 additions & 4 deletions schemas/com.getvero/unsubscribed/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"type": "string",
"format": "date-time"
},
"type": {
"type": "string",
"maxLength": 255
},
"user": {
"type": "object",
"properties": {
Expand Down
4 changes: 0 additions & 4 deletions schemas/com.getvero/updated/jsonschema/1-0-0
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

"type": "object",
"properties": {
"type": {
"type": "string",
"maxLength": 255
},
"user": {
"type": "object",
"properties": {
Expand Down
9 changes: 4 additions & 5 deletions sql/com.getvero/bounced_1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- AUTO-GENERATED BY igluctl DO NOT EDIT
-- Generator: igluctl 0.4.0
-- Generated: 2018-07-16 11:37 UTC
-- Generator: igluctl 0.4.1
-- Generated: 2018-09-17 23:49 UTC

CREATE SCHEMA IF NOT EXISTS atomic;

Expand All @@ -18,9 +18,9 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_bounced_1 (
"bounce_message" VARCHAR(255) ENCODE ZSTD,
"bounce_type" VARCHAR(255) ENCODE ZSTD,
"bounced_at" TIMESTAMP ENCODE ZSTD,
"campaign.id" VARCHAR(255) ENCODE ZSTD,
"campaign.id" INT ENCODE ZSTD,
"campaign.name" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(4096) ENCODE ZSTD,
"campaign.subject" VARCHAR(255) ENCODE ZSTD,
"campaign.tags" VARCHAR(255) ENCODE ZSTD,
"campaign.trigger_event" VARCHAR(255) ENCODE ZSTD,
Expand All @@ -30,7 +30,6 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_bounced_1 (
"event.name" VARCHAR(255) ENCODE ZSTD,
"event.triggered_at" TIMESTAMP ENCODE ZSTD,
"message_id" VARCHAR(255) ENCODE ZSTD,
"type" VARCHAR(255) ENCODE ZSTD,
"user.email" VARCHAR(255) ENCODE ZSTD,
"user.id" VARCHAR(255) ENCODE ZSTD,
FOREIGN KEY (root_id) REFERENCES atomic.events(event_id)
Expand Down
9 changes: 4 additions & 5 deletions sql/com.getvero/clicked_1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- AUTO-GENERATED BY igluctl DO NOT EDIT
-- Generator: igluctl 0.4.0
-- Generated: 2018-07-16 11:37 UTC
-- Generator: igluctl 0.4.1
-- Generated: 2018-09-17 23:49 UTC

CREATE SCHEMA IF NOT EXISTS atomic;

Expand All @@ -14,9 +14,9 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_clicked_1 (
"ref_root" VARCHAR(255) ENCODE ZSTD NOT NULL,
"ref_tree" VARCHAR(1500) ENCODE ZSTD NOT NULL,
"ref_parent" VARCHAR(255) ENCODE ZSTD NOT NULL,
"campaign.id" VARCHAR(255) ENCODE ZSTD,
"campaign.id" INT ENCODE ZSTD,
"campaign.name" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(4096) ENCODE ZSTD,
"campaign.subject" VARCHAR(255) ENCODE ZSTD,
"campaign.tags" VARCHAR(255) ENCODE ZSTD,
"campaign.trigger_event" VARCHAR(255) ENCODE ZSTD,
Expand All @@ -27,7 +27,6 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_clicked_1 (
"event.name" VARCHAR(255) ENCODE ZSTD,
"event.triggered_at" TIMESTAMP ENCODE ZSTD,
"message_id" VARCHAR(255) ENCODE ZSTD,
"type" VARCHAR(255) ENCODE ZSTD,
"user.email" VARCHAR(255) ENCODE ZSTD,
"user.id" VARCHAR(255) ENCODE ZSTD,
"user_agent" VARCHAR(255) ENCODE ZSTD,
Expand Down
5 changes: 2 additions & 3 deletions sql/com.getvero/created_1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- AUTO-GENERATED BY igluctl DO NOT EDIT
-- Generator: igluctl 0.4.0
-- Generated: 2018-07-16 11:38 UTC
-- Generator: igluctl 0.4.1
-- Generated: 2018-09-17 23:49 UTC

CREATE SCHEMA IF NOT EXISTS atomic;

Expand All @@ -17,7 +17,6 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_created_1 (
"company" VARCHAR(255) ENCODE ZSTD,
"firstname" VARCHAR(255) ENCODE ZSTD,
"role" VARCHAR(255) ENCODE ZSTD,
"type" VARCHAR(255) ENCODE ZSTD,
"user.email" VARCHAR(255) ENCODE ZSTD,
"user.id" VARCHAR(255) ENCODE ZSTD,
FOREIGN KEY (root_id) REFERENCES atomic.events(event_id)
Expand Down
9 changes: 4 additions & 5 deletions sql/com.getvero/delivered_1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- AUTO-GENERATED BY igluctl DO NOT EDIT
-- Generator: igluctl 0.4.0
-- Generated: 2018-07-16 11:38 UTC
-- Generator: igluctl 0.4.1
-- Generated: 2018-09-17 23:49 UTC

CREATE SCHEMA IF NOT EXISTS atomic;

Expand All @@ -14,9 +14,9 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_delivered_1 (
"ref_root" VARCHAR(255) ENCODE ZSTD NOT NULL,
"ref_tree" VARCHAR(1500) ENCODE ZSTD NOT NULL,
"ref_parent" VARCHAR(255) ENCODE ZSTD NOT NULL,
"campaign.id" VARCHAR(255) ENCODE ZSTD,
"campaign.id" INT ENCODE ZSTD,
"campaign.name" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(4096) ENCODE ZSTD,
"campaign.subject" VARCHAR(255) ENCODE ZSTD,
"campaign.tags" VARCHAR(255) ENCODE ZSTD,
"campaign.trigger_event" VARCHAR(255) ENCODE ZSTD,
Expand All @@ -28,7 +28,6 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_delivered_1 (
"event.triggered_at" TIMESTAMP ENCODE ZSTD,
"message_id" VARCHAR(255) ENCODE ZSTD,
"sender_ip" VARCHAR(45) ENCODE ZSTD,
"type" VARCHAR(255) ENCODE ZSTD,
"user.email" VARCHAR(255) ENCODE ZSTD,
"user.id" VARCHAR(255) ENCODE ZSTD,
FOREIGN KEY (root_id) REFERENCES atomic.events(event_id)
Expand Down
9 changes: 4 additions & 5 deletions sql/com.getvero/opened_1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- AUTO-GENERATED BY igluctl DO NOT EDIT
-- Generator: igluctl 0.4.0
-- Generated: 2018-07-16 11:38 UTC
-- Generator: igluctl 0.4.1
-- Generated: 2018-09-17 23:49 UTC

CREATE SCHEMA IF NOT EXISTS atomic;

Expand All @@ -14,9 +14,9 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_opened_1 (
"ref_root" VARCHAR(255) ENCODE ZSTD NOT NULL,
"ref_tree" VARCHAR(1500) ENCODE ZSTD NOT NULL,
"ref_parent" VARCHAR(255) ENCODE ZSTD NOT NULL,
"campaign.id" VARCHAR(255) ENCODE ZSTD,
"campaign.id" INT ENCODE ZSTD,
"campaign.name" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(255) ENCODE ZSTD,
"campaign.permalink" VARCHAR(4096) ENCODE ZSTD,
"campaign.subject" VARCHAR(255) ENCODE ZSTD,
"campaign.tags" VARCHAR(255) ENCODE ZSTD,
"campaign.trigger_event" VARCHAR(255) ENCODE ZSTD,
Expand All @@ -27,7 +27,6 @@ CREATE TABLE IF NOT EXISTS atomic.com_getvero_opened_1 (
"event.triggered_at" TIMESTAMP ENCODE ZSTD,
"message_id" VARCHAR(255) ENCODE ZSTD,
"opened_at" TIMESTAMP ENCODE ZSTD,
"type" VARCHAR(255) ENCODE ZSTD,
"user.email" VARCHAR(255) ENCODE ZSTD,
"user.id" VARCHAR(255) ENCODE ZSTD,
"user_agent" VARCHAR(255) ENCODE ZSTD,
Expand Down
Loading