Hi team, We're currently using `tap-quickbooks` an...
# singer-taps
c
Hi team, We're currently using
tap-quickbooks
and encountering an issue related to the
start_date
format. In our
.yml
config file, we’ve defined the
start_date
as:
Copy code
start_date: '2025-01-01T00:00:00.000Z'
However, we’re getting the following error when running the tap:
Copy code
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!
1
r
What Meltano version are you using? Smells like https://github.com/meltano/meltano/issues/9172 which was introduced in
3.7.0
and fixed in
3.7.1
.
1
c
Hey @Reuben (Matatika), I updated the Meltano version and it's working now. Thanks!
👍 1