docker run -it --rm --network my-net -p 8888:8888 -v /home/hcunha/dev/py/jupyter/notebook-redshift-file-generator-util:/home/jovyan/work jupyter/pyspark-notebook
python redshift_file_generator_by_chunks.py --username "herculano_cunha" --password "your_pass" --query "select * from credit_portfolio.metrica limit 100" --filename "test.csv" --filepath "/home/jovyan/work/files"