Hi,
i want to create an alert event (in prometheus), based on how many good and bad rows we import. It would be nice to have this data in one place, so either redshift or elastic. So my idea was, that there could be an option, that I can also import an event into elastic that holds informations about the number of good rows, that were implemented (if you will an accumulated event for that run, with more information). Or we somehow use a context for this with etl_tstamp,number_bad_rows and than we could write queries to measure the percentage of bad rows to good rows. Maybe I described it a little bit to specific for our use case, but I think it could be worth it for more people.
In general, it can be hard to say if the bad rows are high or low, if I don't know the number of good rows, for this import.