CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 14:56:53 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/feast-dev/feast.git
etag: W/"4df65e5652c59a7e847432d48cd4176e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=MrLGcHtbeNrk6AKnwHuY7v9bzVmM6XmdSsfgZ9D7iE%2BVg9ISjOnuq5DjM2xfoSwr23gFT7nbbdTA7E0Bml%2BSk%2B8cZpNZkt6FnQaMODiw9hPEOEBCD1Gm2rrAdFnU9Hu%2BrY3rvoZPaL%2FGitLTrjYMGJDytWmLgE60FvxXKHYznYwtNMoPP6swSfRtmvkNcu866fchAyriZ%2BbxcqS8JtCzuUbuPzBJ6xY6BzgknHQ%2F7guHkXNMxIiLoRIzf8bdYXVEygLzbHXrBw2DIBdRcLD96w%3D%3D--ur%2FiuSuizPszBQfj--mU2ElF7DtKSbi%2Br3HHbIMQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1447262311.1753369013; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:56:53 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:56:53 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E8C4:1606F:34F9C:3DC7A:688249B5
feat: Add feature view tags to dynamo tags (#5291) · feast-dev/feast@3a787ac · GitHub
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/dynamodb.py
Copy file name to clipboardExpand all lines: sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 3a787ac
authored
feat: Add feature view tags to dynamo tags (#5291)
* add feature view tags to dynamo tags
Signed-off-by: Rob Howley <howley.robert@gmail.com>
* add tag update helper method
Signed-off-by: Rob Howley <howley.robert@gmail.com>
* fix tag change checks
Signed-off-by: Rob Howley <howley.robert@gmail.com>
* simplify and just untag all to re add
Signed-off-by: Rob Howley <howley.robert@gmail.com>
* dont do tag updates for new tables
Signed-off-by: Rob Howley <howley.robert@gmail.com>
* more granular tags take priority
Signed-off-by: Rob Howley <howley.robert@gmail.com>
---------
Signed-off-by: Rob Howley <howley.robert@gmail.com>1 parent e236c49 commit 3a787acCopy full SHA for 3a787ac
File tree
Expand file treeCollapse file tree
2 files changed
+159
-18
lines changedFilter options
- sdk/python
- feast/infra/online_stores
- tests/unit/infra/online_store
Expand file treeCollapse file tree
2 files changed
+159
-18
lines changedsdk/python/feast/infra/online_stores/dynamodb.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/dynamodb.py+52-17Lines changed: 52 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
141 | 173 |
| |
142 | 174 |
| |
143 | 175 |
| |
| |||
167 | 199 |
| |
168 | 200 |
| |
169 | 201 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
| 202 | + | |
| 203 | + | |
182 | 204 |
| |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
183 | 211 |
| |
184 | 212 |
| |
185 |
| - | |
| 213 | + | |
186 | 214 |
| |
187 | 215 |
| |
188 | 216 |
| |
189 | 217 |
| |
190 | 218 |
| |
191 | 219 |
| |
192 | 220 |
| |
| 221 | + | |
193 | 222 |
| |
| 223 | + | |
| 224 | + | |
194 | 225 |
| |
195 | 226 |
| |
196 | 227 |
| |
197 | 228 |
| |
198 | 229 |
| |
199 | 230 |
| |
200 | 231 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
204 | 239 |
| |
205 | 240 |
| |
206 | 241 |
| |
|
sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.py
Copy file name to clipboardExpand all lines: sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.py+107-1Lines changed: 107 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
| |||
209 | 216 |
| |
210 | 217 |
| |
211 | 218 |
| |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
212 | 226 |
| |
213 | 227 |
| |
214 | 228 |
| |
| |||
222 | 236 |
| |
223 | 237 |
| |
224 | 238 |
| |
225 |
| - | |
| 239 | + | |
226 | 240 |
| |
227 | 241 |
| |
228 | 242 |
| |
| |||
237 | 251 |
| |
238 | 252 |
| |
239 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
240 | 346 |
| |
241 | 347 |
| |
242 | 348 |
| |
|
You can’t perform that action at this time.
0 commit comments