README.md
pyproject.toml
src/satisfactoscript/__init__.py
src/satisfactoscript/cli.py
src/satisfactoscript/registry.py
src/satisfactoscript/spark_factory.py
src/satisfactoscript/utils.py
src/satisfactoscript.egg-info/PKG-INFO
src/satisfactoscript.egg-info/SOURCES.txt
src/satisfactoscript.egg-info/dependency_links.txt
src/satisfactoscript.egg-info/entry_points.txt
src/satisfactoscript.egg-info/requires.txt
src/satisfactoscript.egg-info/top_level.txt
src/satisfactoscript/agentic/__init__.py
src/satisfactoscript/agentic/agent.py
src/satisfactoscript/agentic/builder_agent.py
src/satisfactoscript/agentic/dictionary_agent.py
src/satisfactoscript/agentic/exporter.py
src/satisfactoscript/agentic/history.py
src/satisfactoscript/agentic/hub.py
src/satisfactoscript/agentic/lineage_agent.py
src/satisfactoscript/agentic/models.py
src/satisfactoscript/agentic/orchestrator.py
src/satisfactoscript/agentic/quality_agent.py
src/satisfactoscript/agentic/resolver.py
src/satisfactoscript/agentic/user_profile.py
src/satisfactoscript/backends/__init__.py
src/satisfactoscript/backends/bigquery.py
src/satisfactoscript/backends/snowpark.py
src/satisfactoscript/backends/spark.py
src/satisfactoscript/backends/sql_base.py
src/satisfactoscript/core/__init__.py
src/satisfactoscript/core/backend.py
src/satisfactoscript/core/catalog_inspector.py
src/satisfactoscript/core/config.py
src/satisfactoscript/core/context.py
src/satisfactoscript/core/core.py
src/satisfactoscript/core/environment.py
src/satisfactoscript/core/interpreter.py
src/satisfactoscript/core/ir.py
src/satisfactoscript/core/json_schema.py
src/satisfactoscript/core/loaders.py
src/satisfactoscript/core/op_catalog.py
src/satisfactoscript/core/operations.py
src/satisfactoscript/core/patterns.py
src/satisfactoscript/core/registry.py
src/satisfactoscript/core/rule_analyzer.py
src/satisfactoscript/core/rule_executor.py
src/satisfactoscript/core/rule_planner.py
src/satisfactoscript/core/sandbox.py
src/satisfactoscript/core/schema_loader.py
src/satisfactoscript/core/writer.py
src/satisfactoscript/lineage/__init__.py
src/satisfactoscript/lineage/dictionary.py
src/satisfactoscript/lineage/renderer.py
src/satisfactoscript/lineage/tracker.py
src/satisfactoscript/observability/__init__.py
src/satisfactoscript/observability/alerts.py
src/satisfactoscript/observability/checks.py
src/satisfactoscript/observability/contracts.py
src/satisfactoscript/observability/history.py
src/satisfactoscript/observability/monitor.py
src/satisfactoscript/observability/reporter.py
src/satisfactoscript/semantic/__init__.py
src/satisfactoscript/semantic/builder.py
src/satisfactoscript/semantic/extractor.py
src/satisfactoscript/semantic/glossary.py
src/satisfactoscript/semantic/llm_provider.py
src/satisfactoscript/semantic/semantic.py
src/satisfactoscript/semantic/validator.py
src/satisfactoscript/serving/__init__.py
src/satisfactoscript/serving/_response_serializer.py
src/satisfactoscript/serving/chat_model.py
src/satisfactoscript/sinks/__init__.py
src/satisfactoscript/sinks/jdbc.py
tests/test_agent.py
tests/test_backend_bigquery.py
tests/test_backend_protocol.py
tests/test_backend_snowpark.py
tests/test_backend_spark.py
tests/test_backend_sql_base.py
tests/test_builder_agent.py
tests/test_catalog_inspector.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_core.py
tests/test_core_connect_patch.py
tests/test_core_env_detection.py
tests/test_core_join.py
tests/test_core_username.py
tests/test_dictionary_agent.py
tests/test_dummy.py
tests/test_engine_fake_backend.py
tests/test_engine_with_backend.py
tests/test_history.py
tests/test_hub.py
tests/test_interpreter.py
tests/test_ir.py
tests/test_json_schema.py
tests/test_lineage_agent.py
tests/test_lineage_dictionary.py
tests/test_lineage_renderer.py
tests/test_lineage_tracker.py
tests/test_llm_provider.py
tests/test_loaders.py
tests/test_observability.py
tests/test_op_catalog.py
tests/test_orchestrator.py
tests/test_partials.py
tests/test_patterns.py
tests/test_quality_agent.py
tests/test_registry.py
tests/test_registry_import_paths.py
tests/test_resolver.py
tests/test_rule_analyzer.py
tests/test_rule_executor.py
tests/test_rule_planner.py
tests/test_sandbox.py
tests/test_schema_loader.py
tests/test_semantic_builder.py
tests/test_semantic_engine_catalog.py
tests/test_serving_chat_model.py
tests/test_serving_response_serializer.py
tests/test_sink_jdbc.py
tests/test_user_profile.py
tests/test_utils_logging.py
tests/test_utils_safe_columns.py
tests/test_validator.py
tests/test_writer.py