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: 9527183
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: 7cd80ea
Choose a head ref
  • 9 commits
  • 37 files changed
  • 6 contributors

Commits on Jul 24, 2023

  1. fix: Redshift push ignores schema (#3671)

    * Add fully-qualified-table-name Redshift prop
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * pre-commit
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * Docstring
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * Test fully_qualified_table_name
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * Simplify logic
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * pre-commit
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * pre-commit
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * Test offline_write_batch
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * Bump to trigger CI
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    * another bump for ci
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
    metavee authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    76270f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: Add aws-sts dependency in java sdk so that S3 client acquires IR…

    …SA role (#3696)
    
    Add aws-sts dependency in java sdk
    
    Signed-off-by: harmeet-singh-discovery <harmeet_singh@discovery.com>
    harmeet-singh-discovery authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c75a01f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Switch from macos-10.15 to macos-latest (#3722)

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8dfc8ed View commit details
    Browse the repository at this point in the history
  2. ci: Upgrade checkout Github Action (#3723)

    * Switch from `macos-10.15` to `macos-latest`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * ci: Upgrade from `actions/checkout@v2` to `actions/checkout@v3`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    ---------
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3aca485 View commit details
    Browse the repository at this point in the history
  3. ci: Upgrade setup-python Github Action (#3724)

    * Switch from `macos-10.15` to `macos-latest`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * ci: Upgrade `actions/setup-python@v2` to `actions/setup-python@v3`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    ---------
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5ae55f1 View commit details
    Browse the repository at this point in the history
  4. ci: Upgrade setup-node Github Action (#3725)

    Upgrade `actions/setup-node@v2` to `actions/setup-node@v3`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cfbbc37 View commit details
    Browse the repository at this point in the history
  5. ci: Upgrade upload-artifact Github Action (#3726)

    * Switch from `macos-10.15` to `macos-latest`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * Upgrade `actions/upload-artifact@v2` to `actions/upload-artifact@v3`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    ---------
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ff199df View commit details
    Browse the repository at this point in the history
  6. feat: Add possibility to save dataset as table, when spark config has…

    … remote warehouse info (#3645)
    
    feat: add possibility to save dataset as table, when spark config has remote warehouse info
    
    Signed-off-by: nsuraeva <nsuraeva@neoflex.ru>
    Co-authored-by: nsuraeva <nsuraeva@neoflex.ru>
    nadejdaSuraeva and nsuraeva authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    22c109b View commit details
    Browse the repository at this point in the history
  7. chore(release): release 0.33.0

    # [0.33.0](v0.32.0...v0.33.0) (2023-08-14)
    
    ### Bug Fixes
    
    * Add aws-sts dependency in java sdk so that S3 client acquires IRSA role ([#3696](#3696)) ([c75a01f](c75a01f))
    * Redshift push ignores schema ([#3671](#3671)) ([76270f6](76270f6))
    
    ### Features
    
    * Add possibility to save dataset as table, when spark config has remote warehouse info ([#3645](#3645)) ([22c109b](22c109b))
    feast-ci-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7cd80ea View commit details
    Browse the repository at this point in the history
Loading