Hi all! Do you know of good resources or examples ...
# getting-started
a
Hi all! Do you know of good resources or examples to setup testing with meltano? The doc provides some information on
meltano test
, but I’m not sure how this relates to
meltano config tap-XXX test
or
dbt
testing for instance
t
meltano 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?
p
We do have
test
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.
a
Great, thanks for your help! I will take a look at integrating the great expectations plugin