Hello! I'm looking to test the tap-quickbooks plug...
# plugins-general
r
Hello! I'm looking to test the tap-quickbooks plugin however any object I try to run it against gives me an error that the time_extracted field isn't in the correct format. Any ideas?
Copy code
2024-04-30T13:55:41.707352Z [info     ]     result['time_extracted'] = u.strftime(as_utc) cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
2024-04-30T13:55:41.708090Z [info     ]                                ^^^^^^^^^^^^^^^^^^ cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
2024-04-30T13:55:41.708090Z [info     ]   File "C:\Users\xxxxx\Meltano\rea-meltano\.meltano\extractors\tap-quickbooks\venv\Lib\site-packages\singer\utils.py", line 43, in strftime cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
2024-04-30T13:55:41.714892Z [info     ]     dt_str = dtime.strftime(format_str) cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
2024-04-30T13:55:41.715880Z [info     ]              ^^^^^^^^^^^^^^^^^^^^^^^^^^ cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
2024-04-30T13:55:41.715880Z [info     ] ValueError: Invalid format string cmd_type=elb consumer=False name=tap-quickbooks producer=True stdio=stderr string_id=tap-quickbooks
e
Hi @ryan_bliss! Which variant of tap-quickbooks is this?
r
Hi Edgar! It is hotgluexyz. Seems to be the only quickbooks variant out there as far as I can tell.