LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.all.txt
requirements.dev.txt
requirements.doc.txt
requirements.extra.txt
requirements.test.txt
requirements.txt
cosmotech/coal/__init__.py
cosmotech/coal/aws/__init__.py
cosmotech/coal/aws/s3.py
cosmotech/coal/azure/__init__.py
cosmotech/coal/azure/blob.py
cosmotech/coal/azure/functions.py
cosmotech/coal/azure/storage.py
cosmotech/coal/azure/adx/__init__.py
cosmotech/coal/azure/adx/auth.py
cosmotech/coal/azure/adx/ingestion.py
cosmotech/coal/azure/adx/query.py
cosmotech/coal/azure/adx/runner.py
cosmotech/coal/azure/adx/store.py
cosmotech/coal/azure/adx/tables.py
cosmotech/coal/azure/adx/utils.py
cosmotech/coal/cosmotech_api/__init__.py
cosmotech/coal/cosmotech_api/connection.py
cosmotech/coal/cosmotech_api/parameters.py
cosmotech/coal/cosmotech_api/run.py
cosmotech/coal/cosmotech_api/run_data.py
cosmotech/coal/cosmotech_api/run_template.py
cosmotech/coal/cosmotech_api/twin_data_layer.py
cosmotech/coal/cosmotech_api/workspace.py
cosmotech/coal/cosmotech_api/dataset/__init__.py
cosmotech/coal/cosmotech_api/dataset/converters.py
cosmotech/coal/cosmotech_api/dataset/utils.py
cosmotech/coal/cosmotech_api/dataset/download/__init__.py
cosmotech/coal/cosmotech_api/dataset/download/adt.py
cosmotech/coal/cosmotech_api/dataset/download/common.py
cosmotech/coal/cosmotech_api/dataset/download/file.py
cosmotech/coal/cosmotech_api/dataset/download/twingraph.py
cosmotech/coal/cosmotech_api/runner/__init__.py
cosmotech/coal/cosmotech_api/runner/data.py
cosmotech/coal/cosmotech_api/runner/datasets.py
cosmotech/coal/cosmotech_api/runner/download.py
cosmotech/coal/cosmotech_api/runner/metadata.py
cosmotech/coal/cosmotech_api/runner/parameters.py
cosmotech/coal/csm/__init__.py
cosmotech/coal/csm/engine/__init__.py
cosmotech/coal/postgresql/__init__.py
cosmotech/coal/postgresql/runner.py
cosmotech/coal/postgresql/store.py
cosmotech/coal/singlestore/__init__.py
cosmotech/coal/singlestore/store.py
cosmotech/coal/store/__init__.py
cosmotech/coal/store/csv.py
cosmotech/coal/store/native_python.py
cosmotech/coal/store/pandas.py
cosmotech/coal/store/pyarrow.py
cosmotech/coal/store/store.py
cosmotech/coal/utils/__init__.py
cosmotech/coal/utils/api.py
cosmotech/coal/utils/logger.py
cosmotech/coal/utils/postgresql.py
cosmotech/csm_data/__init__.py
cosmotech/csm_data/main.py
cosmotech/csm_data/commands/__init__.py
cosmotech/csm_data/commands/adx_send_data.py
cosmotech/csm_data/commands/adx_send_runnerdata.py
cosmotech/csm_data/commands/az_storage_upload.py
cosmotech/csm_data/commands/s3_bucket_delete.py
cosmotech/csm_data/commands/s3_bucket_download.py
cosmotech/csm_data/commands/s3_bucket_upload.py
cosmotech/csm_data/commands/api/__init__.py
cosmotech/csm_data/commands/api/api.py
cosmotech/csm_data/commands/api/postgres_send_runner_metadata.py
cosmotech/csm_data/commands/api/rds_load_csv.py
cosmotech/csm_data/commands/api/rds_send_csv.py
cosmotech/csm_data/commands/api/rds_send_store.py
cosmotech/csm_data/commands/api/run_load_data.py
cosmotech/csm_data/commands/api/runtemplate_load_handler.py
cosmotech/csm_data/commands/api/tdl_load_files.py
cosmotech/csm_data/commands/api/tdl_send_files.py
cosmotech/csm_data/commands/api/wsf_load_file.py
cosmotech/csm_data/commands/api/wsf_send_file.py
cosmotech/csm_data/commands/store/__init__.py
cosmotech/csm_data/commands/store/dump_to_azure.py
cosmotech/csm_data/commands/store/dump_to_postgresql.py
cosmotech/csm_data/commands/store/dump_to_s3.py
cosmotech/csm_data/commands/store/list_tables.py
cosmotech/csm_data/commands/store/load_csv_folder.py
cosmotech/csm_data/commands/store/load_from_singlestore.py
cosmotech/csm_data/commands/store/reset.py
cosmotech/csm_data/commands/store/store.py
cosmotech/csm_data/utils/__init__.py
cosmotech/csm_data/utils/click.py
cosmotech/csm_data/utils/decorators.py
cosmotech/orchestrator_plugins/csm-data/__init__.py
cosmotech/orchestrator_plugins/csm-data/templates/api/postgres_send_runner_metadata.json
cosmotech/orchestrator_plugins/csm-data/templates/api/rds_load_csv.json
cosmotech/orchestrator_plugins/csm-data/templates/api/rds_send_csv.json
cosmotech/orchestrator_plugins/csm-data/templates/api/rds_send_store.json
cosmotech/orchestrator_plugins/csm-data/templates/api/run_load_data.json
cosmotech/orchestrator_plugins/csm-data/templates/api/runtemplate_load_handler.json
cosmotech/orchestrator_plugins/csm-data/templates/api/tdl_load_files.json
cosmotech/orchestrator_plugins/csm-data/templates/api/tdl_send_files.json
cosmotech/orchestrator_plugins/csm-data/templates/api/try_api_connection.json
cosmotech/orchestrator_plugins/csm-data/templates/api/wsf_load_file.json
cosmotech/orchestrator_plugins/csm-data/templates/api/wsf_send_file.json
cosmotech/orchestrator_plugins/csm-data/templates/main/adx_send_runnerdata.json
cosmotech/orchestrator_plugins/csm-data/templates/main/az_storage_upload.json
cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_delete.json
cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_download.json
cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_upload.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_azure.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_postgresql.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_s3.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_list_tables.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_load_csv_folder.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_load_from_singlestore.json
cosmotech/orchestrator_plugins/csm-data/templates/store/store_reset.json
cosmotech/translation/coal/__init__.py
cosmotech/translation/coal/en-US/coal/solution.yml
cosmotech/translation/coal/en-US/coal/web.yml
cosmotech/translation/coal/en-US/coal/common/data_transfer.yml
cosmotech/translation/coal/en-US/coal/common/errors.yml
cosmotech/translation/coal/en-US/coal/common/file_operations.yml
cosmotech/translation/coal/en-US/coal/common/progress.yml
cosmotech/translation/coal/en-US/coal/common/timing.yml
cosmotech/translation/coal/en-US/coal/common/validation.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/connection.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/run_data.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/run_template.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/runner.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/solution.yml
cosmotech/translation/coal/en-US/coal/cosmotech_api/workspace.yml
cosmotech/translation/coal/en-US/coal/services/adx.yml
cosmotech/translation/coal/en-US/coal/services/api.yml
cosmotech/translation/coal/en-US/coal/services/azure_storage.yml
cosmotech/translation/coal/en-US/coal/services/database.yml
cosmotech/translation/coal/en-US/coal/services/dataset.yml
cosmotech/translation/coal/en-US/coal/services/postgresql.yml
cosmotech/translation/coal/en-US/coal/services/s3.yml
cosmotech/translation/csm_data/__init__.py
cosmotech/translation/csm_data/en-US/csm_data/commands/main.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/api.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/postgres_send_runner_metadata.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_load_csv.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_send_csv.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_send_store.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/run_load_data.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/runtemplate_load_handler.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/tdl_load_files.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/tdl_send_files.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/wsf_load_file.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/api/wsf_send_file.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/adx_send_data.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/adx_send_runnerdata.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/az_storage_upload.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_delete.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_download.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_upload.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/storage/storage.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_azure.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_postgresql.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_s3.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/list_tables.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/load_csv_folder.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/load_from_singlestore.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/reset.yml
cosmotech/translation/csm_data/en-US/csm_data/commands/store/store.yml
cosmotech/translation/csm_data/en-US/csm_data/commons/decorators.yml
cosmotech/translation/csm_data/en-US/csm_data/commons/version.yml
cosmotech_acceleration_library.egg-info/PKG-INFO
cosmotech_acceleration_library.egg-info/SOURCES.txt
cosmotech_acceleration_library.egg-info/dependency_links.txt
cosmotech_acceleration_library.egg-info/entry_points.txt
cosmotech_acceleration_library.egg-info/not-zip-safe
cosmotech_acceleration_library.egg-info/requires.txt
cosmotech_acceleration_library.egg-info/top_level.txt