CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 14:53:57 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/"67d061067669f1963d33a013073eb977"
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=bl0UgJiEbVTBbEYquvoUSXzzxuRZMOKeQvhup4gwDSGAXlb1G4%2Bok5QynoaE6qkhwoPQsteMbWdJK3hhYbm8X%2BJj9XNYU52ok9BFFBmlWMWOilClmdBb77oPSuJaqjy9ImAUpzFrqu%2BTkA8VZoVDHRiuaKdPHpK0m4R0EtqQO5q5TOm7Kwbt%2FfH46YNP48zJjZad0In4IPOlkPn%2B1ziVJkKJoll9Teag9AVs0t9xfdhnDmgHU0NWuHrp7Z5fA%2BtORJBPkD0XV790pLFCZQoY3g%3D%3D--d%2B9x%2BsyfJcjTWKOB--Nn6UfdEvI%2BOkm%2Fy5w%2Fjq5w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.792276736.1753368836; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:53:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:53:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DB2E:2C724A:2F22C:36896:68824904
feat: Make transform on writes configurable for ingestion (#5283) · feast-dev/feast@ecad170 · GitHub
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_server.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py
Copy file name to clipboardExpand all lines: sdk/python/tests/unit/test_on_demand_python_transformation.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit ecad170
authored
feat: Make transform on writes configurable for ingestion (#5283)
* feat: Make transform on writes configurable for batch ingestion
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* update test and fix bug to support skipping transformation on writes for ODFV
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>1 parent 0ee3a1e commit ecad170Copy full SHA for ecad170
File tree
Expand file treeCollapse file tree
3 files changed
+63
-2
lines changedFilter options
- sdk/python
- feast
- tests/unit
Expand file treeCollapse file tree
3 files changed
+63
-2
lines changedsdk/python/feast/feature_server.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_server.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
| 307 | + | |
305 | 308 |
| |
306 | 309 |
| |
307 | 310 |
| |
| |||
336 | 339 |
| |
337 | 340 |
| |
338 | 341 |
| |
| 342 | + | |
339 | 343 |
| |
340 | 344 |
| |
341 | 345 |
| |
|
sdk/python/feast/feature_store.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1464 | 1464 |
| |
1465 | 1465 |
| |
1466 | 1466 |
| |
| 1467 | + | |
1467 | 1468 |
| |
1468 | 1469 |
| |
1469 | 1470 |
| |
| |||
1473 | 1474 |
| |
1474 | 1475 |
| |
1475 | 1476 |
| |
| 1477 | + | |
1476 | 1478 |
| |
1477 | 1479 |
| |
1478 | 1480 |
| |
1479 | 1481 |
| |
1480 | 1482 |
| |
1481 | 1483 |
| |
1482 |
| - | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
1483 | 1488 |
| |
1484 | 1489 |
| |
1485 | 1490 |
| |
| |||
1521 | 1526 |
| |
1522 | 1527 |
| |
1523 | 1528 |
| |
| 1529 | + | |
1524 | 1530 |
| |
1525 | 1531 |
| |
1526 | 1532 |
| |
| |||
1553 | 1559 |
| |
1554 | 1560 |
| |
1555 | 1561 |
| |
| 1562 | + | |
1556 | 1563 |
| |
1557 | 1564 |
| |
1558 | 1565 |
| |
| |||
1638 | 1645 |
| |
1639 | 1646 |
| |
1640 | 1647 |
| |
| 1648 | + | |
1641 | 1649 |
| |
1642 | 1650 |
| |
1643 | 1651 |
| |
| |||
1647 | 1655 |
| |
1648 | 1656 |
| |
1649 | 1657 |
| |
| 1658 | + | |
1650 | 1659 |
| |
1651 | 1660 |
| |
1652 | 1661 |
| |
1653 | 1662 |
| |
1654 | 1663 |
| |
1655 | 1664 |
| |
1656 | 1665 |
| |
| 1666 | + | |
1657 | 1667 |
| |
1658 | 1668 |
| |
1659 | 1669 |
| |
|
sdk/python/tests/unit/test_on_demand_python_transformation.py
Copy file name to clipboardExpand all lines: sdk/python/tests/unit/test_on_demand_python_transformation.py+48-1Lines changed: 48 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
874 | 874 |
| |
875 | 875 |
| |
876 | 876 |
| |
877 |
| - | |
| 877 | + | |
| 878 | + | |
878 | 879 |
| |
879 | 880 |
| |
880 | 881 |
| |
| |||
1069 | 1070 |
| |
1070 | 1071 |
| |
1071 | 1072 |
| |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
1072 | 1119 |
| |
1073 | 1120 |
| |
1074 | 1121 |
| |
|
You can’t perform that action at this time.
0 commit comments