SQL Query Enrichment
Last updated
Was this helpful?
Last updated
Was this helpful?
The SQL Query Enrichment lets you perform dimension widening on a Snowplow event via your own internal relational database.
If you have data points that you’d like to use to enrich your event data collected with Snowplow that live in a data base, this enrichment will help you to query for the fields you want to add.
Currently supported database types:
MySQL, plus variants which speak MySQL (e.g. MariaDB, Amazon Aurora)
PostgreSQL, plus variants which speak PostgreSQL
We don’t recommend to use this enrichment with analytical databases which support minimal (50-100) concurrent queries (e.g. Redshift).
To read more detail on this enrichnment and its configuration, look .
For help with configuring this enrichment and getting it live on your pipeline please contact us at support@snowplowanalytics.com.
Below you can see an example configuration using imaginary PostgreSQL database with CRM data, used to widen Snowplow event with context containing information about users.