Hello! I've been having some difficulties running ...
# troubleshooting
r
Hello! I've been having some difficulties running tap-jira extractor with the target-parquet loader. It seems that there is some issue with recognizing the timezone in pyarrow:
Copy code
2024-10-10T14:39:00.968945Z [info     ] pyarrow.lib.ArrowInvalid: Cannot locate timezone 'UTC+02:00': UTC+02:00 not found in timezone database cmd_type=elb consumer=True job_name=staging:tap-jira-to-target-parquet name=target-parquet producer=False run_id=abca24c3-7c5f-430c-8f76-515a2c3e09a9 stdio=stderr string_id=target-parquet
Has anyone encountered this issue and knows any workarounds?
v
name=target-parquet
means this is a target issue, if you could make sure to put an issue in there that'd be great. I'd look into that specefic problem and see if there's a code fix in target-parquet.
e
Also fwiw the next release of pyarrow might fix this
1