Default schemas snowplow quickstart

Hi guys. Is this the default schema if we use snowplow quickstart for aws? thanks!

iglu:com.adjust/install/jsonschema/1-0-0

Hi Snow,

This depends on what you are trying to track - if it’s an Adjust install event this is probably a good starting point if it’s something else then you are likely better off with another schema.

Hi Mike,

Thank you for the response. No, I tried to query using enriched folder using athena and aws glue, I am looking for the default schema. so I can match/assign value to my current schema
[
{
“Name”: “col0”,
“Type”: “string”
},
{
“Name”: “col1”,
“Type”: “string”
},
{
“Name”: “col2”,
“Type”: “string”
},
{
“Name”: “col3”,
“Type”: “string”
},
{
“Name”: “col4”,
“Type”: “string”
},
{
“Name”: “col5”,
“Type”: “string”
},
{
“Name”: “col6”,
“Type”: “string”
},
{

The schema for the enriched output will follow the enriched TSV format. This will all be typed as strings but the page in the docs links to analytics SDKs that provide the mapping between the column and the equivalent type.

1 Like

Thanks Mike for this! is page ping equivalent to clickstream?

Page pings are events in the clickstream, yes.