Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 12 contributors

Commits on Aug 14, 2023

  1. ci: Temporarily disable smoke tests (#3727)

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4a35e0b View commit details
    Browse the repository at this point in the history
  2. fix: Run store.plan() only when need it. (#3708)

    fix: issue-3682, run store.plan() only when need it.
    shuchu authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7bc7c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. 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>
    crispin-ki authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e81684d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. 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>
    crispin-ki authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1695c13 View commit details
    Browse the repository at this point in the history
  2. fix: Pin protobuf version to avoid seg fault on some machines

    Signed-off-by: Danny C <d.chiao@gmail.com>
    adchia committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    028cc20 View commit details
    Browse the repository at this point in the history
  3. ci: Pin pip version to avoid test breakage

    Signed-off-by: Danny C <d.chiao@gmail.com>
    adchia committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    eb5f9ae View commit details
    Browse the repository at this point in the history
  4. ci: Pin pip version to slightly higher to avoid test breakage

    Signed-off-by: Danny C <d.chiao@gmail.com>
    adchia committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    58aff34 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. ci: Fix ci breakage from old pip version being restored from pip cache

    Signed-off-by: Danny C <d.chiao@gmail.com>
    adchia committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0b3fa13 View commit details
    Browse the repository at this point in the history
  2. fix: Handle unknown postgres source types gracefully (#3634)

    Handle more pg types gracefully
    
    Signed-off-by: Mark Snidal <mark.snidal@gmail.com>
    msnidal authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d7041f4 View commit details
    Browse the repository at this point in the history
  3. chore: Fix linting issue

    Signed-off-by: Danny C <d.chiao@gmail.com>
    adchia committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1a1849c View commit details
    Browse the repository at this point in the history
  4. 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>
    yirenlu92 and adchia authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    377758b View commit details
    Browse the repository at this point in the history
  5. 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>
    crispin-ki authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f2c5988 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. 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>
    mehmettokgoz authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a3fcd1f View commit details
    Browse the repository at this point in the history
  2. fix: Add NUMERIC to bq_to_feast type map (#3719)

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6474b4b View commit details
    Browse the repository at this point in the history
  3. 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>
    breno-costa and adchia authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0049356 View commit details
    Browse the repository at this point in the history
  4. 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>
    malcolmk181 authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f28ccc2 View commit details
    Browse the repository at this point in the history
  5. 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>
    boliri authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ed7535e View commit details
    Browse the repository at this point in the history
  6. 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))
    feast-ci-bot committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a8aeee9 View commit details
    Browse the repository at this point in the history
Loading