Hi to every one.
I just started a data analytics project. I’m puting raw data to an s3 bucket, transforming and cleaning it to finally get it ingested by Pinot using an offline table.
I have put some data, the made some updates at the data origina side expecting seeing at pinot that the corresponding row being updated. What I got is a duplicated row, so I’m afraid that there si something I didn’t understood about Pinot.
My goal is to build a Superset instance for the marketing team, consuming data from pinot. This data is mainly application entities that I pass through the mentioned pipeline, so on the other side I expect to query the final state of that entity.
¿Is Pinot a suitable option for that or should I continue investigating?