README.md
setup.py
etlops/__init__.py
etlops/utils.py
etlops.egg-info/PKG-INFO
etlops.egg-info/SOURCES.txt
etlops.egg-info/dependency_links.txt
etlops.egg-info/requires.txt
etlops.egg-info/top_level.txt
etlops/clients/__init__.py
etlops/clients/mpp.py
etlops/clients/rdbms.py
etlops/clients/sql.py
etlops/clients/tests/MySQLClientIntegrationTests.py
etlops/clients/tests/SnowflakeIntegrationTests.py
etlops/clients/tests/__init__.py
etlops/clients/tests/test_SnowflakeClient.py
etlops/databaseops/__init__.py
etlops/databaseops/abstracts.py
etlops/databaseops/mysql.py
etlops/databaseops/snowflake.py
etlops/databaseops/tests/__init__.py
etlops/databaseops/tests/test_integration_MySQLQuerySequence.py
etlops/streams/__init__.py