-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
area/connectorsConnector related issuesConnector related issuesautoteamcommunityneeds-triageteam/extensibilitytype/bugSomething isn't workingSomething isn't working
Description
Connector Name
source-square
Connector Version
1.7.7
What step the error happened?
During the sync
Relevant information
I think I might be encountering the same issue as #35020, but in the square connector.
Like in the similar issue above, in manifest.yml there is only 1 cursor_datetime_formats defined:
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S.%fZ"
So, I'm wondering if the same change would fix it given that it looks like the square API is also trying to send a truncated date (2025-06-28T18:35:16Z in my case)
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S.%fZ"
- "%Y-%m-%dT%H:%M:%SZ"
Something that is weird for me is that I get the same error message even after changing the problematic stream to a full refresh - I'm not sure why the full refresh would care what date format the cursor has?
Relevant log output
Exception while syncing stream items: No format in ['%Y-%m-%dT%H:%M:%S.%fZ'] matching 2025-06-28T18:35:16Z
Contribute
- Yes, I want to contribute
Metadata
Metadata
Assignees
Labels
area/connectorsConnector related issuesConnector related issuesautoteamcommunityneeds-triageteam/extensibilitytype/bugSomething isn't workingSomething isn't working