ktx/python/ktx-daemon/src/ktx_daemon
Andrey Avtomonov e70ae1e63b
feat(query-history): scope mining to modeled schemas by default (#258)
* feat(query-history): structure SQL analysis table refs

* feat(query-history): qualify SQL analysis table refs

* feat(query-history): wire modeled scope floor through ingest

* chore(query-history): verify scope floor

* test(query-history): align daemon SQL batch endpoint contract

* feat(query-history): build scope from same-run scan catalog

* feat(query-history): fail open on scope-floor catalog failures

* chore(query-history): verify scope-floor v1 closure

* refactor(query-history): share scope membership

* feat(setup): apply derived query history filters

* docs: document derived query history filters

* fix(query-history): redact filter picker LLM prompt SQL

* fix(setup): run filter picker SQL analysis through managed daemon

* chore(query-history): verify filter picker v1 closure

* fix(query-history): fail open on partial service-account attribution

* fix(query-history): aggregate BigQuery users by execution count

* fix(query-history): aggregate Snowflake users by execution count

* fix(query-history): use BigQuery query info hash
2026-06-03 17:19:42 +02:00
..
telemetry feat(telemetry): include error details for failures (#254) 2026-06-02 17:23:51 +02:00
__init__.py fix: improve setup wizard behavior (#127) 2026-05-17 19:15:09 +02:00
__main__.py feat(telemetry): anonymous posthog usage telemetry across node cli and python daemon (#205) 2026-05-22 18:18:47 +02:00
app.py feat(telemetry): anonymous posthog usage telemetry across node cli and python daemon (#205) 2026-05-22 18:18:47 +02:00
code_execution.py rename klo to ktx 2026-05-10 23:51:24 +02:00
database_introspection.py refactor: remove legacy ktx compatibility shims (#211) 2026-05-24 16:57:23 +02:00
embeddings.py rename klo to ktx 2026-05-10 23:51:24 +02:00
lookml.py rename klo to ktx 2026-05-10 23:51:24 +02:00
semantic_layer.py refactor: remove legacy ktx compatibility shims (#211) 2026-05-24 16:57:23 +02:00
source_generation.py rename klo to ktx 2026-05-10 23:51:24 +02:00
sql_analysis.py feat(query-history): scope mining to modeled schemas by default (#258) 2026-06-03 17:19:42 +02:00
table_identifier.py refactor: remove legacy ktx compatibility shims (#211) 2026-05-24 16:57:23 +02:00