Commit 8331b64
authored
Basic lambda implementation (#15)
* Basic lambda implementation
Currently have auth disabled due to inability to store token in between requests.
* Fix fmt
* Terminal logging
* Improve Snowflake v1 API compatibility
* Clippy fixes
* Make clippy happy
* Fix test
* Fix rest of tests1 parent 0cb646c commit 8331b64
25 files changed
Lines changed: 1196 additions & 330 deletions
File tree
- crates
- api-snowflake-rest/src
- server
- embucket-lambda
- src
- executor/src
- tests
- sql
- commands/snapshots/explain
- datatypes/snapshots/object
- session/snapshots/explain
- queries/src/models
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 51 | | |
68 | 52 | | |
69 | 53 | | |
| |||
76 | 60 | | |
77 | 61 | | |
78 | 62 | | |
79 | | - | |
| 63 | + | |
80 | 64 | | |
81 | 65 | | |
82 | 66 | | |
| |||
95 | 79 | | |
96 | 80 | | |
97 | 81 | | |
98 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
99 | 86 | | |
100 | 87 | | |
101 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
97 | 112 | | |
98 | 113 | | |
99 | 114 | | |
| |||
216 | 231 | | |
217 | 232 | | |
218 | 233 | | |
| 234 | + | |
219 | 235 | | |
220 | 236 | | |
221 | 237 | | |
| |||
0 commit comments