.dockerignore
.flake8
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
.github/workflows/gh-pages.yml
.github/workflows/test.yml
.gitlab/issue_templates/Basic_Issue.md
bin/run_tests_for_developer.sh
docs/about.rst
docs/api.rst
docs/conf.py
docs/connecting_to_databases.rst
docs/demo_copy.py
docs/demo_error.py
docs/demo_load.py
docs/demo_namedtuple.py
docs/demo_on_conflict.py
docs/etl_functions.rst
docs/index.rst
docs/installation.rst
docs/recipes.rst
docs/utilities.rst
docs/etl_functions/copy.rst
docs/etl_functions/error_handling.rst
docs/etl_functions/extract.rst
docs/etl_functions/load.rst
docs/etl_functions/transform.rst
docs/media/screencast.gif
docs/recipes/apache_airflow_integration.rst
docs/recipes/csv_files.rst
docs/recipes/database_to_api.rst
docs/recipes/database_to_database.rst
docs/recipes/spatial_etl.rst
etlhelper/__init__.py
etlhelper/abort.py
etlhelper/connect.py
etlhelper/db_helper_factory.py
etlhelper/db_params.py
etlhelper/etl.py
etlhelper/exceptions.py
etlhelper/row_factories.py
etlhelper/types.py
etlhelper/utils.py
etlhelper.egg-info/PKG-INFO
etlhelper.egg-info/SOURCES.txt
etlhelper.egg-info/dependency_links.txt
etlhelper.egg-info/requires.txt
etlhelper.egg-info/top_level.txt
etlhelper/db_helpers/__init__.py
etlhelper/db_helpers/db_helper.py
etlhelper/db_helpers/mssql.py
etlhelper/db_helpers/oracle.py
etlhelper/db_helpers/postgres.py
etlhelper/db_helpers/sqlite.py
test/__init__.py
test/conftest.py
test/integration/__init__.py
test/integration/test_dbparams.py
test/integration/test_utils.py
test/integration/db/test_mssql.py
test/integration/db/test_oracle.py
test/integration/db/test_sqlite.py
test/integration/etl/test_abort.py
test/integration/etl/test_etl_extract.py
test/integration/etl/test_etl_load.py
test/integration/etl/test_etl_logging.py
test/integration/etl/test_etl_transform.py
test/unit/__init__.py
test/unit/test_db_helpers.py
test/unit/test_db_params.py
test/unit/test_etl.py
test/unit/test_helper_factory.py
test/unit/test_row_factory.py