Commit 34f2b59
authored
fix: Fixed bug in passing config file params to snowflake python connector (#2503)
* fixed bug in passing config file params to snowflake python connector
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
* removed .keys() bug
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
* fixed schema assignment error
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>1 parent 1279612 commit 34f2b59
File tree
2 files changed
+13
-7
lines changed- sdk/python/feast/infra
- offline_stores
- utils
2 files changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
0 commit comments