Hey everyone!
We’ve turned on the Data Warehouse Sync feature to sync data from Customer.io into Snowflake (documentation here).
However, when developing our internal pipelines to handle the data, we’ve found that the schema indicated for the Attributes’ objects has an error: it is missing the indication of “Primary Key” on the field “attribute_name”. This can lead to errors if the developers do not know how the data is structured inside the files (by thinking only the “internal_customer_id” is the PK, they will only aggregate one row per customer id, instead of one row per customer id and attribute).
Does anyone know where I can report this?
Thanks!