Hey all, I'm trying to build a salesforce tap into Snowflake but I'm running into issues. I've tried multiple different objects from salesforce (account, lead, opportunity, user). In the log below I tried it against User. This time it actually created the table but it's empty. When I tried the other objects it didn't even get to the point of creating the table. I keep getting data type errors but not sure how I can get around those within Meltano? Any guidance would be greatly appreciated! I'm running this on windows through visual studio code.
Here is my log:
```2023-10-19T153.403043Z [info ] INFO User.Team_Lead__c - True cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.404045Z [info ] INFO User.Team__c - True cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.406037Z [info ] INFO Syncing Salesforce data for stream User cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.407033Z [info ] INFO METRIC: {"type": "counter", "metric": "record_count", "value": 0, "tags": {"endpoint": "User"}} cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.408029Z [info ] CRITICAL Error syncing User: Python int too large to convert to C long cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.409026Z [info ] Traceback (most recent call last): cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.410023Z [info ] File "C:\Users\ \Documents\GitHub\ _aws_meltano\.meltano\extractors\tap-salesforce\venv\lib\site-packages\tap_salesforce\sync.py", line 95, in sync_stream cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.412018Z [info ] sync_records(sf, catalog_entry, state, counter, state_msg_threshold) cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.413016Z [info ] File "C:\Users\ \Documents\GitHub\ _aws_meltano\.meltano\extractors\tap-salesforce\venv\lib\site-packages\tap_salesforce\sync.py", line 120, in sync_records cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.414014Z [info ] for rec in sf.query(catalog_entry, state): cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.415010Z [info ] File "C:\Users\ \Documents\GitHub\ _aws_meltano\.meltano\extractors\tap-salesforce\venv\lib\site-packages\tap_salesforce\salesforce\_init_.py", line 359, in query cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.416007Z [info ] bulk = Bulk(self) cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.417005Z [info ] File "C:\Users\ \Documents\GitHub\ _aws_meltano\.meltano\extractors\tap-salesforce\venv\lib\site-packages\tap_salesforce\salesforce\bulk.py", line 46, in init cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.418002Z [info ] csv.field_size_limit(sys.maxsize) cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.419000Z [info ] OverflowError: Python int too large to convert to C long cmd_type=elb consumer=False name=tap-salesforce-lead producer=True stdio=stderr string_id=tap-salesforce-lead
2023-10-19T1353.419997Z [info ] …