.gitignore
LICENSE.txt
README.md
setup.cfg
setup.py
redshift_upload/__init__.py
redshift_upload/base_utilities.py
redshift_upload/constants.py
redshift_upload/local_utilities.py
redshift_upload/redshift_utilities.py
redshift_upload/upload.py
redshift_upload/upload_record_table.sql
redshift_upload/db_interfaces/dummy.py
redshift_upload/db_interfaces/redshift.py
redshift_upload/db_interfaces/redshift_queries/copy_table.sql
redshift_upload/db_interfaces/redshift_queries/dependent_views.sql
redshift_upload/db_interfaces/redshift_queries/kill_connections.sql
redshift_upload/db_interfaces/redshift_queries/remote_cols.sql
simple_redshift_upload.egg-info/PKG-INFO
simple_redshift_upload.egg-info/SOURCES.txt
simple_redshift_upload.egg-info/dependency_links.txt
simple_redshift_upload.egg-info/requires.txt
simple_redshift_upload.egg-info/top_level.txt
tests/aws_creds.json
tests/run.py
tests/base_utilities/test.py
tests/full_tests/column_expansion.py
tests/full_tests/drop_table.py
tests/full_tests/truncate_table.py
tests/full_tests/upload_with_view.py
tests/local_utilities/check_coherence.py
tests/local_utilities/fix_column_types_defined.py
tests/local_utilities/fix_column_types_undefined.py
tests/local_utilities/load_source.py