Commit 21931d5
authored
fix: Extend SQL registry config with a sqlalchemy_config_kwargs key (#3997)
* Add SQLAlchemy Engine settings to registry config
Signed-off-by: Galen <galen.terziysky@ft.com>
* Allow for dict values of any-type
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>
* Extend PostgreSQL and MySQL registry tests and add examples to the docs
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>
* Add "echo=False" to registry docs
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>
* Fix mypy type checker error
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>
* Accept change by the Black code formatter
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>
---------
Signed-off-by: Galen <galen.terziysky@ft.com>
Signed-off-by: Galen Terziysky <105213101+galen-ft@users.noreply.github.com>1 parent 42a7b81 commit 21931d5
File tree
5 files changed
+18
-2
lines changed- docs
- getting-started/concepts
- tutorials
- sdk/python
- feast
- infra/registry
- tests/unit
5 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
202 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments