CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 00:48:59 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/"3cad0986ebec3f1d2ce2d8e52186fc53"
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=EHrBQkj1gV6p61Gn8Da2FP2%2BmibKSOw8kMYUgFyP2UCDtcepdDlehnx83KzKkAfzC%2FpMFBGm%2BGw89ITV2oBpxzcUcyjc2WKmEPsoM01wDiZdHOrc8p0abvv47TXYnsI4qoAW0sX%2B8lddDIDi2TgMtcOdkwT9BrJLjaMq6nIBd3SO4kPCOgGdH3RNDeAuHHCzewBvWnRYckWSGb2p9OzaZMyJ5fkKukF7zp6S%2Fu%2BAjkx94DpHjTepC7njFmXfHSAv4Xad5vhw12NsF%2BFC7GGVWQ%3D%3D--dqyYmrGNrLg0W1NM--YNhMwANqJUQ7f8Sf1eKJ2g%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1727389267.1753577338; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 00:48:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 00:48:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C47C:872F4:99ADEE:CB5370:6885777A
feat: Use ASOF JOIN in Snowflake offline store query (#4850) · feast-dev/feast@8f591a2 · GitHub
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/snowflake.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 8f591a2
feat: Use ASOF JOIN in Snowflake offline store query (#4850)
* Use ASOF JOIN in Snowflake offline store query
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
* Fix Snowflake query template for entityless feature views
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
* Remove quotes on subquery in snowflake template
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
* Use __subquery in Snowflake template for preparation
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
* Fix deduplication in Snowflake query string
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
* Use event_timestamp in ttl cte
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
---------
Signed-off-by: hkuepers <hanno.kuepers@ratepay.com>
Co-authored-by: hkuepers <hanno.kuepers@ratepay.com>1 parent 3dbd58b commit 8f591a2Copy full SHA for 8f591a2
File tree
Expand file treeCollapse file tree
1 file changed
+44
-86
lines changedFilter options
- sdk/python/feast/infra/offline_stores
Expand file treeCollapse file tree
1 file changed
+44
-86
lines changedsdk/python/feast/infra/offline_stores/snowflake.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/snowflake.py+44-86Lines changed: 44 additions & 86 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
716 | 716 |
| |
717 | 717 |
| |
718 | 718 |
| |
719 |
| - | |
720 |
| - | |
| 719 | + | |
| 720 | + | |
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
742 | 746 |
| |
743 | 747 |
| |
744 | 748 |
| |
| |||
752 | 756 |
| |
753 | 757 |
| |
754 | 758 |
| |
755 |
| - | |
756 |
| - | |
757 |
| - | |
758 |
| - | |
759 |
| - | |
760 |
| - | |
761 |
| - | |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
| 759 | + | |
769 | 760 |
| |
770 | 761 |
| |
771 | 762 |
| |
| |||
777 | 768 |
| |
778 | 769 |
| |
779 | 770 |
| |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
796 |
| - | |
797 |
| - | |
798 |
| - | |
799 |
| - | |
800 |
| - | |
801 |
| - | |
802 |
| - | |
803 | 771 |
| |
804 | 772 |
| |
805 | 773 |
| |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
810 | 779 |
| |
| 780 | + | |
811 | 781 |
| |
812 | 782 |
| |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 |
| - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
819 | 794 |
| |
820 | 795 |
| |
821 | 796 |
| |
822 | 797 |
| |
823 |
| - | |
824 |
| - | |
| 798 | + | |
825 | 799 |
| |
826 |
| - | |
| 800 | + | |
| 801 | + | |
827 | 802 |
| |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
837 |
| - | |
838 |
| - | |
839 |
| - | |
840 |
| - | |
841 |
| - | |
842 |
| - | |
843 |
| - | |
844 |
| - | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
845 | 809 |
| |
846 | 810 |
| |
847 | 811 |
| |
848 |
| - | |
849 |
| - | |
| 812 | + | |
850 | 813 |
| |
851 |
| - | |
852 |
| - | |
853 |
| - | |
854 |
| - | |
855 |
| - | |
856 |
| - | |
857 |
| - | |
858 |
| - | |
859 |
| - | |
860 |
| - | |
861 |
| - | |
862 |
| - | |
863 | 814 |
| |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
864 | 822 |
| |
865 | 823 |
| |
866 | 824 |
| |
867 |
| - | |
| 825 | + | |
868 | 826 |
| |
869 | 827 |
| |
870 | 828 |
| |
| |||
877 | 835 |
| |
878 | 836 |
| |
879 | 837 |
| |
880 |
| - | |
881 |
| - | |
| 838 | + | |
| 839 | + | |
882 | 840 |
| |
883 | 841 |
|
You can’t perform that action at this time.
0 commit comments