I am super new to Meltano and Great Expectations but I am sure they are part of the toolset to move forward with my use case. I am using opendata datasets from my city to do some basic analysis. So far, I found errors in most of the datasets and have been manually fixing those using Pandas. As I plan to keep on working on this topic, it makes no sense to do any of those manual fixes, but I plan to move to a system with pipelines to load, verify and notify city helpdesk of issues with their datasets. In return, this will improve the quality for everyone involved.
Great Expectations seems like a good fit, as I can share the expected values and test. This also has the potential for additional collaborators as they could be simpler to read in plan language compared to SQL or Python manipulations.