alex
02/01/2022, 10:54 AMmeltano test, but I’m not sure how this relates to meltano config tap-XXX test or dbt testing for instancetaylor
02/01/2022, 5:03 PMmeltano test is based on setting commands for a given plugin https://docs.meltano.com/concepts/project#plugin-commands If the command starts with test then it can be picked up by meltano test. https://gitlab.com/meltano/squared/-/tree/master/ is our internal project where we typically point folks, but I don’t think we have any tests setup quite yet - is that right @pat_nadolny?pat_nadolny
02/01/2022, 5:09 PMtest configuring in squared here. Initially the idea was the run great expectations and dbt test together but there was a small bug where my dbt tests werent located correctly, so its not fully there yet just GE right now. I believe you could also optionally run an EL pipeline for a small subset of data to make sure the pipeline works end to end.alex
02/01/2022, 5:49 PM