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.27.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.27.1
Choose a head ref
  • 10 commits
  • 36 files changed
  • 5 contributors

Commits on Dec 14, 2022

  1. fix: ODFV able to handle boolean pandas type (#3384)

    fix: odfv able to handle boolean pandas type
    
    Signed-off-by: Hai Nguyen <[email protected]>
    
    Signed-off-by: Hai Nguyen <[email protected]>
    sudohainguyen authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8f242e6 View commit details
    Browse the repository at this point in the history
  2. ci: Fix gcloud CI to have python installed (#3389)

    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bc9c07c View commit details
    Browse the repository at this point in the history
  3. ci: Remove need to download maven cache in CI (#3391)

    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7b0af0d View commit details
    Browse the repository at this point in the history
  4. ci: Fix workflows to use new gcloud auth step (#3392)

    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    62e2005 View commit details
    Browse the repository at this point in the history
  5. ci: Fix workflows to use newer gcloud SDK (#3393)

    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8090e2a View commit details
    Browse the repository at this point in the history
  6. fix: Remove PySpark dependency from Snowflake Offline Store (#3388)

    * fix: Wrap pyspark import in try except for snowflake offline store
    
    Signed-off-by: Ryan Beauchamp <[email protected]>
    
    * fix: Capture exception
    
    Signed-off-by: Ryan Beauchamp <[email protected]>
    
    * fix: update jinja template
    
    Signed-off-by: Ryan Beauchamp <[email protected]>
    
    * lint
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Ryan Beauchamp <[email protected]>
    Signed-off-by: Danny Chiao <[email protected]>
    Co-authored-by: Danny Chiao <[email protected]>
    beauchbum and adchia authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7b160c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd97254 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. fix: Fix bug where SQL registry was incorrectly writing infra config …

    …around online stores (#3394)
    
    fix: Fix bug where SQL registry was incorrectly writing info around sqlite online store
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6bcf77c View commit details
    Browse the repository at this point in the history
  2. fix: Enable registry caching in SQL Registry (#3395)

    * fix: Enable registry caching in SQL Registry
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * docs
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix regular file registry docs too
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix new file lint
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix new file lint
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2e57376 View commit details
    Browse the repository at this point in the history
  3. chore(release): release 0.27.1

    ## [0.27.1](v0.27.0...v0.27.1) (2022-12-15)
    
    ### Bug Fixes
    
    * Enable registry caching in SQL Registry ([#3395](#3395)) ([2e57376](2e57376))
    * Fix bug where SQL registry was incorrectly writing infra config around online stores ([#3394](#3394)) ([6bcf77c](6bcf77c))
    * Get all columns with describe table method from RedshiftData-api ([#3377](#3377)) ([fd97254](fd97254))
    * ODFV able to handle boolean pandas type ([#3384](#3384)) ([8f242e6](8f242e6))
    * Remove PySpark dependency from Snowflake Offline Store ([#3388](#3388)) ([7b160c7](7b160c7))
    feast-ci-bot committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cb163fc View commit details
    Browse the repository at this point in the history
Loading