Join Slack
Powered by
Hi everyone! Do you know if there's any way to par...
# best-practices
n
nil_serra
11/16/2021, 10:36 AM
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.
nil_serra
11/16/2021, 11:58 AM
Solved, I have been able to do it using
concurrent.features
Open in Slack
Previous
Next