Commit 9e88ce0
Fix Athena DROP TABLE parsing error with backtick quoting
- Replace render_pure() with backtick-quoted identifiers for Athena
- Handle hyphenated schema names that cause parsing errors
- Support both database.schema.table and schema.table formats
- Fixes issue introduced in PR #858 where double quotes were rejected by Athena
Co-Authored-By: Yosef Arbiv <[email protected]>1 parent 98d56cf commit 9e88ce0
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments