Is there a package that is currently installed in the Python SDK that would allow me to connect to a mysql source? If not, I'll need to add in a requirements.txt file, which I'm trying to eliminate, as it drastically increases the setup time for things.
Update: I suppose pandas
can, though I believe it needs an additional 'binding' for each sql source it connects to if I'm not mistaken?.