How do I test a Connection? I added Snowflake as a...
# getting-started
f
How do I test a Connection? I added Snowflake as a target, but how do I test the connection?
r
meltano config <plugin> test
is implemented for extractors only at the moment, so I don't think there is a way to test loaders that support a connection other than to do a
meltano run <tap> target-snowflake
with some dummy data (e.g. a CSV file).