-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: feast-dev/feast
base: 7cd80ea
head repository: feast-dev/feast
compare: a8aeee9
- 18 commits
- 53 files changed
- 12 contributors
Commits on Aug 14, 2023
-
ci: Temporarily disable smoke tests (#3727)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a35e0b - Browse repository at this point
Copy the full SHA 4a35e0bView commit details -
fix: Run store.plan() only when need it. (#3708)
fix: issue-3682, run store.plan() only when need it.
Configuration menu - View commit details
-
Copy full SHA for 7bc7c47 - Browse repository at this point
Copy the full SHA 7bc7c47View commit details
Commits on Aug 16, 2023
-
fix: Fix python unit tests (#3734)
* Fix regex log_string_to_wait_for to be more generic for changing versions of mysql Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Add noqa otherwise flake incorrectly flags W605 Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> --------- Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com>
Configuration menu - View commit details
-
Copy full SHA for e81684d - Browse repository at this point
Copy the full SHA e81684dView commit details
Commits on Aug 28, 2023
-
fix: Update py3.8 ci requirements for cython 3.0 release (#3735)
* Update py3.8 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.9 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.10 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.8 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.9 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.10 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> --------- Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com>
Configuration menu - View commit details
-
Copy full SHA for 1695c13 - Browse repository at this point
Copy the full SHA 1695c13View commit details -
fix: Pin protobuf version to avoid seg fault on some machines
Signed-off-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 028cc20 - Browse repository at this point
Copy the full SHA 028cc20View commit details -
ci: Pin pip version to avoid test breakage
Signed-off-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb5f9ae - Browse repository at this point
Copy the full SHA eb5f9aeView commit details -
ci: Pin pip version to slightly higher to avoid test breakage
Signed-off-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58aff34 - Browse repository at this point
Copy the full SHA 58aff34View commit details
Commits on Sep 5, 2023
-
ci: Fix ci breakage from old pip version being restored from pip cache
Signed-off-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b3fa13 - Browse repository at this point
Copy the full SHA 0b3fa13View commit details -
fix: Handle unknown postgres source types gracefully (#3634)
Handle more pg types gracefully Signed-off-by: Mark Snidal <mark.snidal@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7041f4 - Browse repository at this point
Copy the full SHA d7041f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1849c - Browse repository at this point
Copy the full SHA 1a1849cView commit details -
docs: Add Dragonfly as an online-store option to Feast Readme and docs (
#3647) * Add dragonfly to feast Readme and docs Signed-off-by: Danny C <d.chiao@gmail.com> * Remove new lines Signed-off-by: Danny C <d.chiao@gmail.com> * Remove more newlines Signed-off-by: Danny C <d.chiao@gmail.com> * rebase and fix using template generation Signed-off-by: Danny C <d.chiao@gmail.com> --------- Signed-off-by: Danny C <d.chiao@gmail.com> Co-authored-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 377758b - Browse repository at this point
Copy the full SHA 377758bView commit details -
fix: Remove unwanted excessive splitting of gcs path, so expected gcs…
… parquet paths are returned from BigQueryRetrievalJob.to_remote_storage() (#3730) Remove unwanted excessive splitting of gcs path Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com>
Configuration menu - View commit details
-
Copy full SHA for f2c5988 - Browse repository at this point
Copy the full SHA f2c5988View commit details
Commits on Sep 7, 2023
-
feat: Implement gRPC server to ingest streaming features (#3687)
* Implemented gRPC server for ingesting streaming features. Signed-off-by: mehmettokgoz <mehmet.tokgoz@hazelcast.com> Signed-off-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a3fcd1f - Browse repository at this point
Copy the full SHA a3fcd1fView commit details -
fix: Add NUMERIC to bq_to_feast type map (#3719)
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6474b4b - Browse repository at this point
Copy the full SHA 6474b4bView commit details -
chore: Widen redis requirement to make it easier to install alongside…
… other requirements (#3755) * chore: wide redis dependency to make it easier to install alongside other requirements Signed-off-by: Breno Costa <brenocosta0901@gmail.com> * update requirements Signed-off-by: Danny C <d.chiao@gmail.com> --------- Signed-off-by: Breno Costa <brenocosta0901@gmail.com> Signed-off-by: Danny C <d.chiao@gmail.com> Co-authored-by: Danny C <d.chiao@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0049356 - Browse repository at this point
Copy the full SHA 0049356View commit details -
fix: Saved datasets no longer break CLI registry-dump command (#3717)
fix: Access saved dataset proto correctly in list_saved_datasets Signed-off-by: Malcolm Keyes <malcolm.a.keyes@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f28ccc2 - Browse repository at this point
Copy the full SHA f28ccc2View commit details -
feat: Enhance customization of Trino connections when using Trino-bas…
…ed Offline Stores (#3699) * feat: Enhance customization of Trino connections when using Trino-based Offline Stores Signed-off-by: boliri <boliri@pm.me> * docs: Add new connection parameters to Trino Offline Store's reference Signed-off-by: boliri <boliri@pm.me> --------- Signed-off-by: boliri <boliri@pm.me>
Configuration menu - View commit details
-
Copy full SHA for ed7535e - Browse repository at this point
Copy the full SHA ed7535eView commit details -
chore(release): release 0.34.0
# [0.34.0](v0.33.0...v0.34.0) (2023-09-07) ### Bug Fixes * Add NUMERIC to bq_to_feast type map ([#3719](#3719)) ([6474b4b](6474b4b)) * Fix python unit tests ([#3734](#3734)) ([e81684d](e81684d)) * Handle unknown postgres source types gracefully ([#3634](#3634)) ([d7041f4](d7041f4)) * Pin protobuf version to avoid seg fault on some machines ([028cc20](028cc20)) * Remove unwanted excessive splitting of gcs path, so expected gcs parquet paths are returned from BigQueryRetrievalJob.to_remote_storage() ([#3730](#3730)) ([f2c5988](f2c5988)) * Run store.plan() only when need it. ([#3708](#3708)) ([7bc7c47](7bc7c47)) * Saved datasets no longer break CLI registry-dump command ([#3717](#3717)) ([f28ccc2](f28ccc2)) * Update py3.8 ci requirements for cython 3.0 release ([#3735](#3735)) ([1695c13](1695c13)) ### Features * Enhance customization of Trino connections when using Trino-based Offline Stores ([#3699](#3699)) ([ed7535e](ed7535e)) * Implement gRPC server to ingest streaming features ([#3687](#3687)) ([a3fcd1f](a3fcd1f))
Configuration menu - View commit details
-
Copy full SHA for a8aeee9 - Browse repository at this point
Copy the full SHA a8aeee9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7cd80ea...a8aeee9