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
@click.option('--max-token-count', '-c', default=1024, help='max number of processed CSVs to send per query (default 1024)')
330
329
@click.option('--max-buffer-size', '-b', default=2048, help='max buffer size in megabytes (default 2048)')
331
330
@click.option('--max-token-size', '-t', default=500, help='max size of each token in megabytes (default 500, max 512)')
332
-
@click.option('--max-token-size', '-t', default=500, help='max size of each token in megabytes (default 500, max 512)')
333
331
@click.option('--quote-minimal/--no-quote-minimal', '-q/-d', default=False, help='only quote those fields which contain special characters such as delimiter, quotechar or any of the characters in lineterminator')
0 commit comments