Related thread from <#CFG3C3D1Q|>. Cross-posting h...
# singer-tap-development
a
Related thread from #CFG3C3D1Q. Cross-posting here for reference.
v
I don't think this is an issue with the SDK, it's almost certainly me.
d
FYI, today there was someone in the singer slack workspace looking to develop a bamboo tap as well
v
I'll hop on there and collab with them, thanks @dan_ladd
https://stackoverflow.com/a/26460395 addressed my problem, thanks @aaronsteers
a
Fantastic! Thanks for the update!
s
The logging of the Python-Request is extremely helpful when developing a TAP via the SDK and you need to see the path and various parameter passed. What would be very handy is the ability to switch this type of debugging on when running in Meltano as well. I had an incorrect start_date in my environment variables which caused a lot of issues - the reason for the failure was not obvious. It would have been super handy to see the actual requests being made from a debugging perspective. It would also be nice if there was a warning if the format of the start_date config was incorrect too 😅.
a
Logged a discussion here: https://github.com/meltano/meltano/discussions/6388 @steve_clarke - would love if you might add your thoughts in the thread. If we can come to a strategy that would work across Meltano and python-based Meltano plugins, I agree this could be very valuable.