Commit 04dea73
authored
fix: Added Redshift and Spark typecheck to data_source event_timestamp_col inference (#2389)
* added Redshift typecheck to data_source event_timestamp_col inference
Signed-off-by: Shai Bruhis <[email protected]>
* address comments
Signed-off-by: Shai Bruhis <[email protected]>
* moved non file data sources into their own test
Signed-off-by: Shai Bruhis <[email protected]>
* addressed comments
Signed-off-by: Shai Bruhis <[email protected]>
* fixed texts
Signed-off-by: Shai Bruhis <[email protected]>
* remove previously defined event_timestamp_column from data_source to allow for inference
Signed-off-by: Shai Bruhis <[email protected]>
* made a deepcopy of data_sources to not affect other tests
Signed-off-by: Shai Bruhis <[email protected]>
* linter
Signed-off-by: Shai Bruhis <[email protected]>1 parent e17028d commit 04dea73
File tree
3 files changed
+30
-1
lines changed- sdk/python
- feast
- tests/integration
- feature_repos
- registration
3 files changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
| |||
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
141 | 165 | | |
142 | 166 | | |
143 | 167 | | |
| |||
0 commit comments