SnowCLI version
3.13.0
Python version
Python 3.14.0 (MacOS)
Platform
macOS-15.7.2-arm64-arm-64bit-Mach-O (MacOS)
What happened
On Ubuntu and MacOS,
snowsql -q "SELECT 'No Comma', 'With, comma'" \
-o output_format=csv \
-o header=true \
-o friendly=false \
-o output_file=test_old_snow.csv
will wrap 'With, comma' in double quotes while
snow sql -q "SELECT 'No Comma', 'With, comma'" --format CSV > test_new_snow.csv
does not.
Console output
How to reproduce
see the description