mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
feat(athena): first-class AWS Athena warehouse identity (SL + BI mapping) (#332)
* feat: support Athena warehouse identity * fix: support Athena and DuckDB BI table parsing
This commit is contained in:
parent
fe7e6bd1fa
commit
f310391da5
14 changed files with 252 additions and 45 deletions
|
|
@ -18,6 +18,8 @@ SUPPORTED_TABLE_IDENTIFIER_DIALECTS = {
|
|||
"sqlite",
|
||||
"tsql",
|
||||
"clickhouse",
|
||||
"athena",
|
||||
"duckdb",
|
||||
}
|
||||
|
||||
ParseTableIdentifierReason = Literal[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue