LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
supertable/__init__.py
supertable/data_classes.py
supertable/data_estimator.py
supertable/data_reader.py
supertable/data_writer.py
supertable/execute_duckdb.py
supertable/execute_spark.py
supertable/executor.py
supertable/history_cleaner.py
supertable/meta_reader.py
supertable/monitoring_reader.py
supertable/monitoring_writer.py
supertable/plan_extender.py
supertable/plan_stats.py
supertable/processing.py
supertable/query_plan_manager.py
supertable/redis_catalog.py
supertable/redis_connector.py
supertable/simple_table.py
supertable/staging_area.py
supertable/super_pipe.py
supertable/super_table.py
supertable.egg-info/PKG-INFO
supertable.egg-info/SOURCES.txt
supertable.egg-info/dependency_links.txt
supertable.egg-info/entry_points.txt
supertable.egg-info/requires.txt
supertable.egg-info/top_level.txt
supertable/airbyte/connectors.py
supertable/api/__init__.py
supertable/api/api.py
supertable/api/application.py
supertable/api/auth.py
supertable/api/test_api.py
supertable/config/__init__.py
supertable/config/cli.py
supertable/config/defaults.py
supertable/config/homedir.py
supertable/locking/__init__.py
supertable/locking/file_lock.py
supertable/locking/locking.py
supertable/locking/locking_backend.py
supertable/locking/redis_lock.py
supertable/locking/simulations/__init__.py
supertable/locking/simulations/concurrency_lock_simulation.py
supertable/locking/simulations/escalate_lock.py
supertable/locking/simulations/measure_lock_speed.py
supertable/locking/simulations/measure_lock_time.py
supertable/mcp/__init__.py
supertable/mcp/mcp_client.py
supertable/mcp/mcp_server.py
supertable/mcp/test_mcp_server_transport.py
supertable/mcp/test_web_client.py
supertable/mcp/web_app.py
supertable/mcp/web_client.py
supertable/mcp/web_server.py
supertable/mirroring/__init__.py
supertable/mirroring/mirror_delta.py
supertable/mirroring/mirror_formats.py
supertable/mirroring/mirror_iceberg.py
supertable/mirroring/mirror_parquet.py
supertable/notebook/execute.py
supertable/notebook/resource_config.py
supertable/notebook/warm_pool_manager.py
supertable/notebook/worker.py
supertable/notebook/ws_server.py
supertable/rbac/__init__.py
supertable/rbac/access_control.py
supertable/rbac/filter_builder.py
supertable/rbac/permissions.py
supertable/rbac/redis_repo.py
supertable/rbac/role_manager.py
supertable/rbac/row_column_security.py
supertable/rbac/user_manager.py
supertable/reflection/__init__.py
supertable/reflection/admin.py
supertable/reflection/application.py
supertable/reflection/common.py
supertable/reflection/compute.py
supertable/reflection/environments.py
supertable/reflection/execute.py
supertable/reflection/fernet.py
supertable/reflection/ingestion.py
supertable/reflection/jobs.py
supertable/reflection/notebook.py
supertable/reflection/rbac.py
supertable/reflection/studio.py
supertable/reflection/tables.py
supertable/reflection/vault.py
supertable/spark_plug/spark_manager.py
supertable/spark_plug/ws_server.py
supertable/storage/__init__.py
supertable/storage/azure_storage.py
supertable/storage/gcp_storage.py
supertable/storage/local_storage.py
supertable/storage/minio_storage.py
supertable/storage/s3_storage.py
supertable/storage/storage_factory.py
supertable/storage/storage_interface.py
supertable/storage/synapse_storage.py
supertable/utils/__init__.py
supertable/utils/helper.py
supertable/utils/parse_test.py
supertable/utils/sql_parser.py
supertable/utils/timer.py