You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following recipe for creating Leads with a generated CreatedDate. This works fine for num_records < 2000. Over 2000 (which looks like where Snowfakery switches to using the Bulk API), fails to insert all rows with this error:
[01/26/23 22:42:50] Job 7505e00000RZbzyAAD finished with result: Row failure: 2000 Errors
Downloaded results for batch 7515e00000VNdCrAAL
Error: Error on record with id 1: INVALID_FIELD:Failed to deserialize field at col 0. Due to, '2018-09-28' is not a valid value for the type
xsd:dateTime:CreatedDate --
I have the following recipe for creating Leads with a generated CreatedDate. This works fine for num_records < 2000. Over 2000 (which looks like where Snowfakery switches to using the Bulk API), fails to insert all rows with this error:
The text was updated successfully, but these errors were encountered: