README.md
pyproject.toml
amochka/__init__.py
amochka/client.py
amochka/errors.py
amochka/etl.py
amochka.egg-info/PKG-INFO
amochka.egg-info/SOURCES.txt
amochka.egg-info/dependency_links.txt
amochka.egg-info/requires.txt
amochka.egg-info/top_level.txt
etl/__init__.py
etl/config.py
etl/extractors.py
etl/loaders.py
etl/run_etl.py
etl/transformers.py
etl/migrations/001_create_tables.sql
etl/migrations/002_drop_not_null_unsorteds_id.sql
etl/migrations/003_add_runtime_indexes.sql
etl/migrations/004_create_amocrm_companies.sql
etl/migrations/005_create_amocrm_tasks.sql
etl/migrations/006_add_deadline_to_amocrm_tasks.sql
etl/migrations/007_create_amocrm_leads_tasks_hygiene_view.sql
etl/migrations/011_alter_amocrm_tasks_stage1_compat.sql
tests/test_cache.py
tests/test_client.py
tests/test_client_tasks_mutations.py
tests/test_etl.py
tests/test_etl_tasks.py
tests/test_http.py
tests/test_loaders_defaults.py
tests/test_notes_events.py
tests/test_security.py
tests/test_utils.py