I have installed `tap-amazon-sp` and added some co...
# getting-started
s
I have installed
tap-amazon-sp
and added some configs. When I attempt to test I get an error saying that
start_date
in
streams.py
is
NoneType
. Where can I set the initial starting date?
Actually, I figured this out by searching in Slack. Where might I have found docs on the spec for
meltano.yml
e
Hi Stephen! The closest is probably https://docs.meltano.com/reference/plugin-definition-syntax, but we've discussed before adding a auto-generated reference doc based on the file's json schema (using https://github.com/jy95/docusaurus-json-schema-plugin for example). Were you looking for a specific structure for plugin configuration or something like that?