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
Would be helpful to know what are valid batch_size_preferences fields? Wasn't able to find this in the docs, and from the error log determined that {'full_table_streams': []} is a valid entry, but in any case, the dictionary just cannot be empty.
eg: { a : "a" } also works.
Suggest changing the README to
{
"client_id" : 1234,
"token" : "asdkjqbawsdciobasdpkjnqweobdclakjsdbcakbdsac",
"small_batch_url": "https://api.stitchdata.com/v2/import/batch",
"big_batch_url": "https://api.stitchdata.com/v2/import/batch",
"batch_size_preferences": { a : "a" }
}
The text was updated successfully, but these errors were encountered:
Would be helpful to know what are valid
batch_size_preferences
fields? Wasn't able to find this in the docs, and from the error log determined that{'full_table_streams': []}
is a valid entry, but in any case, the dictionary just cannot be empty.eg:
{ a : "a" }
also works.Suggest changing the README to
The text was updated successfully, but these errors were encountered: