mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
feat: add historic sql evidence skills
This commit is contained in:
parent
ef9358beb7
commit
954426289d
4 changed files with 141 additions and 54 deletions
|
|
@ -15,7 +15,8 @@ const expectedSkillHeadings: Record<string, string> = {
|
|||
sl_capture: '# Semantic Layer',
|
||||
};
|
||||
const expectedAdapterSkillHeadings: Record<string, string> = {
|
||||
historic_sql_ingest: '# Historic SQL Ingest',
|
||||
historic_sql_patterns: '# Historic SQL Patterns',
|
||||
historic_sql_table_digest: '# Historic SQL Table Digest',
|
||||
live_database_ingest: '# Live Database Ingest',
|
||||
looker_ingest: '# Looker Runtime Ingest',
|
||||
lookml_ingest: '# LookML to KTX Semantic Layer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue