Hi, quite new to Meltano. I'm trying to get the ta...
# getting-started
h
Hi, quite new to Meltano. I'm trying to get the tap-smoke-test config to work however I stuck with this error message: Plugin configuration is invalid No RECORD message received Any help would be appreciated🙏, I'm using Wsl here is my yml file config:
1
e
Ah, so the
meltano config ... test
works under the assumption that the tap should output at least one
RECORD
message if it's correctly set up, but that was implemented before the SDK added support for
BATCH
messages. I think if you comment out the
batch_config
the config test should pass. I'll log an issue...
👀 1
h
thank you, seems to be working now 😄
🙌 1