Hi, is there a way in meltano to do control-checks...
# getting-started
o
Hi, is there a way in meltano to do control-checks on my data after the pipeline is finished? For example, after I run an elt from tap-salesforce to target-csv to check that all the data made it through and maybe doing some data comparison with the source?
t
The best approach right now would be to use dbt to run these data quality checks. You can set up arbitrary SQL tests with it