Hi everyone! Do you know if there's any way to par...
# best-practices
n
Hi everyone! Do you know if there's any way to parallelize the code inside the tap's client.py execution? I have tried to use Python's
concurrent.futures
but it seems like Meltano is only enabling 1 thread to this process.
Solved, I have been able to do it using
concurrent.features