:wave: team! There are a lot of threads around thi...
# troubleshoot
e
👋 team! There are a lot of threads around this issue for Redshift ingestion:
Failed to find a registered source for type redshift: 'str' object is not callable
, with advice ranging from upgrading DataHub itself to pinning a sqlparse version to other solutions. Is there a definitive recommendation on how to fix this issue? I was planning on upgrading from 0.10.1 to 0.10.3 to fix it, but it's not clear that it will actually fix it.
✅ 1
m
try to set max_threads to one in sink configuration in recipe
e
According to the release notes, that seems to fix a different issue where the GMS is on Postgresql. Ours is MySQL, and I think this issue relates more to the version of sqlparse.
s
hey @early-hydrogen-27542, not sure if this is fixed in 0.10.3, but we are using 0.10.1 version and setting CLI version to 0.10.1.2 helped as described here https://datahubspace.slack.com/archives/CUMV92XRQ/p1682702423740919
ohh, according to the same thread this issue was resolved in 0.10.2.3
e
Thanks all - in the process of upgrading to 0.10.3. Nearly done, and it appears to be solving the issue.