I am finding `poetry run tap-xyz --discover --conf...
# singer-tap-development
a
I am finding
poetry run tap-xyz --discover --config config.json
is giving different results than
meltano invoke tap-xyz --discover --config config.json
. Any tips on how I can troubleshoot this?