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
Sometimes, we have an error when reading too much fields from too much records.
We should therefore read by batch and compute the chunk size with a limit looking like len(field_count) * len(records)
Sometimes, we have an error when reading too much fields from too much records.
We should therefore read by batch and compute the chunk size with a limit looking like
len(field_count) * len(records)