Hi, I've followed the instructions on https://docs.datastax.com/en/astra/docs/connecting-to-databases-using-standalone-cqlsh.html to set up a standalone CQLSH so that I can use the COPY TO command to export data from my AstraDB table.
However, when I try to run the command even just to test on a small table it crashes:
e.g.
COPY keyspace.table (partition_key) TO '/Users/joe/Downloads/test.csv';
I get
Child process 3266 died with exit code -9 Child process 3266 died with exit code -9 Child process 3267 died with exit code -9 Child process 3267 died with exit code -9 Child process 3268 died with exit code -9 Child process 3268 died with exit code -9 Child process 3269 died with exit code -9 Child process 3269 died with exit code -9
And
It looks like some sort of permission error from default MacOS Python ('Namespace Guard')
I'm running macOS 12.1 with Xcode installed.