LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/atc/__init__.py
src/atc/alias.py
src/atc/atc_exceptions.py
src/atc/db_auto.py
src/atc/functions.py
src/atc/spark.py
src/atc/transformations.py
src/atc/config_master/__init__.py
src/atc/config_master/config_master.py
src/atc/config_master/configuration_types.py
src/atc/config_master/details.py
src/atc/config_master/exceptions.py
src/atc/config_master/sql.py
src/atc/config_master/table_configurator.py
src/atc/cosmos/__init__.py
src/atc/cosmos/cosmos.py
src/atc/delta/__init__.py
src/atc/delta/db_handle.py
src/atc/delta/delta_handle.py
src/atc/eh/EventHubCapture.py
src/atc/eh/EventHubStream.py
src/atc/eh/PartitionSpec.py
src/atc/eh/__init__.py
src/atc/eh/eh_exceptions.py
src/atc/etl/__init__.py
src/atc/etl/extractor.py
src/atc/etl/loader.py
src/atc/etl/orchestrator.py
src/atc/etl/transformer.py
src/atc/etl/types.py
src/atc/extractors/__init__.py
src/atc/extractors/eventhub_stream_extractor.py
src/atc/formatting/__init__.py
src/atc/formatting/git_hooks.py
src/atc/mount/__init__.py
src/atc/mount/main.py
src/atc/singleton/__init__.py
src/atc/singleton/singleton.py
src/atc/sql/SqlServer.py
src/atc/sql/__init__.py
src/atc/sql/schema.py
src/atc/transformers/__init__.py
src/atc/transformers/fuzzy_select.py
src/atc/utils/DataframeCreator.py
src/atc/utils/MockExtractor.py
src/atc/utils/MockLoader.py
src/atc/utils/__init__.py
src/atc_dataplatform.egg-info/PKG-INFO
src/atc_dataplatform.egg-info/SOURCES.txt
src/atc_dataplatform.egg-info/dependency_links.txt
src/atc_dataplatform.egg-info/entry_points.txt
src/atc_dataplatform.egg-info/not-zip-safe
src/atc_dataplatform.egg-info/requires.txt
src/atc_dataplatform.egg-info/top_level.txt
tests/cluster/cosmos/test_comos.py
tests/cluster/db/test_db_api.py
tests/cluster/delta/test_delta_class.py
tests/cluster/eh/test_eh_saving.py
tests/cluster/etl/test_extractor.py
tests/cluster/etl/test_loader.py
tests/cluster/etl/test_orchestrator_etl_warning.py
tests/cluster/etl/test_transformer.py
tests/cluster/sql/test_deliverysql.py
tests/cluster/transformations/test_concat_df.py
tests/cluster/transformations/test_merge_df_into_target.py
tests/local/test_functions.py
tests/local/test_get_schema.py
tests/local/test_spark.py
tests/local/test_transformations.py
tests/local/config_master/test_config_master.py
tests/local/config_master/test_table_configurator.py
tests/local/etl/test_orchestrator.py
tests/local/extractors/test_eventhub_stream_extractor.py
tests/local/transformers/test_fuzzy_select.py
tests/local/utils/test_dataframe_creation.py
tests/local/utils/test_mock_etl.py