Chinmay
04/06/2025, 2:19 PMtap-quickbooks
and encountering an issue related to the start_date
format.
In our .yml
config file, we’ve defined the start_date
as:
start_date: '2025-01-01T00:00:00.000Z'
However, we’re getting the following error when running the tap:
CRITICAL time data '2025-01-01T00:00:00+00:00' does not match format '%Y-%m-%dT%H:%M:%SZ'
raise ValueError("time data %r does not match format %r" %
ValueError: time data '2025-01-01T00:00:00+00:00' does not match format '%Y-%m-%dT%H:%M:%SZ'
Could you please help us resolve this or point us in the right direction?
Thanks!Reuben (Matatika)
04/06/2025, 8:37 PM3.7.0
and fixed in 3.7.1
.Chinmay
04/07/2025, 6:38 AM