I'm new to python, so noob questions incoming. Are...
# random
v
I'm new to python, so noob questions incoming. Are you guys using IDE's to run pdb / code in python, or are you running pdb directly? Problem: Writing the bamboohr tap with the new sdk. My request is 401ing due to my failed Authentication implementation. I want to see what headers I"m sending. Tried enabling logging, but that doesn't give me enough information. I want to see the headers on the request being made. In java land I enable debug logging and normally the library will spit everything out, here I"m not getting the header information 😕
I"ll figure it out, but thought I'd ask 🙂
a
@visch - Sounds like this may be an opportunity to improve our logging. Do you mind logging an issue on meltano / Singer SDK along with the stack trace? We plan to add customized logging option in the future, but since this is still very early phases, we may be better suited focusing on this specific issue until more configuration options can be made available.
Also, I’m going to cross link this into the #C01PKLU5D1R channel which is dedicated to this topic.
v
Alright I'll continue conversation over there
a
Great! I’ve replied to the issue and I’ll keep an eye on your status there in the issue log.
d
VS Code has great Python integration, including debugging, breakpoints, etc!
g
I agree, VS Code is great! I am also a fan of Jetbrains products like Pycharm (especially if you are planning on doing a lot of python). If you go the Jetbrains route, I recommend installing their tools via the Jetbrains toolbox. Install the toolbox first, and then through that install your other applications. Makes everything very easy to manage in one location!