Hi all. I'm working with transferwise Tap-Oracle and am running into the below error.
"CRITICAL PY_SSIZE_T_CLEAN macro must be defined for '#' formats cmd_type=elb consumer=False name=tap-oracle producer=True stdio=stderr string_id=tap-oracle"
The error is occurring after the first table is created in Snowflake. It creates the table and then executes a select against the source table in Oracle at which point the above error is returned. I did some searching online and it appears to be related to changes made to Python (in 3.10) that may not be reflected in the Tap.
Thought I'd check here to see if others using this tap have encountered this error and found a way to address it. So close to getting data moving... Any help would be appreciated. Thanks!