I am following this guide on setting up dsbulk: https://docs.datastax.com/en/dsbulk/doc/dsbulk/dsbulkSimpleLoad.html
I'm getting confused at this part:
dsbulk load -url export.csv -k ks1 -t table1 \
-b "path/to/secure-connect-database_name.zip" \
-u database_user -p database_password -header true
Where is that secure-connect-database_name.zip
or how should i generate this?
I'm not all keen on using the method above so if there would be a way to just pass all the parameters in a command, that would work better for me.