Commit a6365cb
authored
Probe system.tables instead of system.databases in devnet discovery (#62)
The public readonly ClickHouse user is granted system.tables but not
system.databases, so every devnet was silently skipped and an empty
experimental catalog was committed. Also fail loudly when the default
database cannot be listed instead of generating an empty catalog.
Claude-Session: https://claude.ai/code/session_013dYRgdZD22uUhTzhqMr5bz1 parent 4a9aa2f commit a6365cb
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | | - | |
68 | | - | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
| |||
0 commit comments