Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Issue-3771, fix document error as not shortcut -f option in code. #3783

Closed
wants to merge 69 commits into from

Commits on Oct 13, 2023

  1. fix: issue-3771, fix document error as not shortcut -f option in code.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    49da37c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix: Update jackson and remove unnecessary logging (feast-dev#3809)

    Signed-off-by: Achal Shah <achals@gmail.com>
    achals authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    018d0ea View commit details
    Browse the repository at this point in the history
  2. chore: Add harry to CODEOWNERS (feast-dev#3808)

    * chore: Add harry to CODEOWNERS
    
    Signed-off-by: Achal Shah <achal@tecton.ai>
    
    * add path
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    ---------
    
    Signed-off-by: Achal Shah <achal@tecton.ai>
    Signed-off-by: Achal Shah <achals@gmail.com>
    achals authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ea12133 View commit details
    Browse the repository at this point in the history
  3. chore: Bump golang.org/x/net from 0.7.0 to 0.17.0 (feast-dev#3792)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
    - [Commits](golang/net@v0.7.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f7a98e2 View commit details
    Browse the repository at this point in the history
  4. chore: Bump @babel/traverse from 7.17.10 to 7.23.2 in /sdk/python/fea…

    …st/ui (feast-dev#3802)
    
    chore: Bump @babel/traverse in /sdk/python/feast/ui
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.10 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    98e0ce8 View commit details
    Browse the repository at this point in the history
  5. chore: Bump avro from 1.10.0 to 1.11.3 in /sdk/python/requirements (f…

    …east-dev#3780)
    
    Bumps [avro](https://github.com/apache/avro) from 1.10.0 to 1.11.3.
    - [Release notes](https://github.com/apache/avro/releases)
    - [Commits](apache/avro@release-1.10.0...release-1.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: avro
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f05a6e7 View commit details
    Browse the repository at this point in the history
  6. feat: Support GCS filesystem for bytewax engine (feast-dev#3774)

    * fix: Support param timeout when persisting
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    
    * fix: fix java integration test
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    
    ---------
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fb6b807 View commit details
    Browse the repository at this point in the history
  7. feat: Make bytewax job write as mini-batches (feast-dev#3777)

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9b0e5ce View commit details
    Browse the repository at this point in the history
  8. fix: Resolve hbase hotspot issue when materializing (feast-dev#3790)

    * fix: Resolve hbase hotspot issue when materializing
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    
    * chore: Refactor internal table id generator
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    
    ---------
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7376db8 View commit details
    Browse the repository at this point in the history
  9. fix: Make generated temp table name escaped (feast-dev#3797)

    * Fix critical issue with saving results in BigQuery
    
    Need to encapsulate table path as tmp table path can contain symbols that can't be process by BigQuery without encapsulation
    
    Signed-off-by: Dmytro Miedviediev <beardimon2001@gmail.com>
    
    * update numpy
    
    Signed-off-by: Dmytro Miedviediev <beardimon2001@gmail.com>
    
    * revert numpy version
    
    Signed-off-by: Dmytro Miedviediev <beardimon2001@gmail.com>
    
    ---------
    
    Signed-off-by: Dmytro Miedviediev <beardimon2001@gmail.com>
    BearDimonR authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    175d796 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    b3852bf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix: Redundant feature materialization and premature incremental mate…

    …rialization timestamp updates (feast-dev#3789)
    
    * SAASMLOPS-767 wait for jobs to complete
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * SAASMLOPS-805 Stopgap change to fix duplicate materialization of data
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * SAASMLOPS-805 save BYTEWAX_REPLICAS=1
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * SAASMLOPS-809 fix bytewax workers so they only process a single file (feast-dev#6)
    
    * SAASMLOPS-809 fix bytewax workers so they only process a single file
    
    * SAASMLOPS-809 fix newlines
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * SAASMLOPS-833 add configurable job timeout (feast-dev#7)
    
    * SAASMLOPS-833 add configurable job timeout
    
    * SAASMLOPS-833 fix whitespace
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * develop Run large materializations in batches of pods
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * master Set job_batch_size at least equal to max_parallelism
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * master clarity max_parallelism description
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * master resolve bug that causes materialization to continue after job error
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    * master resolve bug causing pod logs to not be printed
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    
    ---------
    
    Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
    james-crabtree-sp authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    417b16b View commit details
    Browse the repository at this point in the history
  2. chore: Bump urllib3 from 1.26.16 to 1.26.18 in /sdk/python/requiremen…

    …ts (feast-dev#3803)
    
    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.16...1.26.18)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0151961 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. feat: Add get online feature rpc to gprc server (feast-dev#3815)

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    01db8cc View commit details
    Browse the repository at this point in the history
  2. fix: Add async refresh to prevent synchronous refresh in main thread (f…

    …east-dev#3812)
    
    fix: Add async refresh to prevent synchronous refresh in main thread for http feature server
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9583ed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: Bytewax engine create configmap from object (feast-dev#3821)

    fix: bytewax engine create configmap from object
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    25e9775 View commit details
    Browse the repository at this point in the history
  2. fix: Set upper bound for bigquery client due to its breaking changes

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2151c39 View commit details
    Browse the repository at this point in the history
  3. fix: update dependencies versions due to conflicts

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5dc0b24 View commit details
    Browse the repository at this point in the history
  4. chore: generate reqs file from up-to-date deps

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1f91fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: Optimize bytewax pod resource with zero-copy

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9cf9d96 View commit details
    Browse the repository at this point in the history
  2. fix: improve parsing bytewax job status

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5983f40 View commit details
    Browse the repository at this point in the history
  3. fix: make bytewax settings unexposed

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ae1bb8b View commit details
    Browse the repository at this point in the history
  4. feat: add redis sentinel support

    Signed-off-by: snowron <snowronark@gmail.com>
    snowron authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4337c89 View commit details
    Browse the repository at this point in the history
  5. feat: add redis sentinel support

    Signed-off-by: snowron <snowronark@gmail.com>
    snowron authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3387a15 View commit details
    Browse the repository at this point in the history
  6. feat: add redis sentinel support format lint

    Signed-off-by: snowron <snowronark@gmail.com>
    snowron authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    aad8718 View commit details
    Browse the repository at this point in the history
  7. chore: Bump pyarrow

    Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.0 to 14.0.1.
    - [Commits](apache/arrow@go/arrow/v6.0.0...apache-arrow-14.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pyarrow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and achals committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    77d7eb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix: upgrade the pyarrow to latest v14.0.1 for CVE-2023-47248.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu authored and achals committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    052182b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. chore: Bump follow-redirects from 1.15.0 to 1.15.4 in /sdk/python/fea…

    …st/ui (feast-dev#3879)
    
    chore: Bump follow-redirects in /sdk/python/feast/ui
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.0 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.0...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4f8efa7 View commit details
    Browse the repository at this point in the history
  2. chore: Bump follow-redirects from 1.14.7 to 1.15.4 in /ui (feast-dev#…

    …3878)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e436f77 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    b26f25a View commit details
    Browse the repository at this point in the history
  2. chore(release): release 0.35.0

    # [0.35.0](feast-dev/feast@v0.34.0...v0.35.0) (2024-01-13)
    
    ### Bug Fixes
    
    * Add async refresh to prevent synchronous refresh in main thread ([feast-dev#3812](feast-dev#3812)) ([9583ed6](feast-dev@9583ed6))
    * Adopt connection pooling for HBase ([feast-dev#3793](feast-dev#3793)) ([b3852bf](feast-dev@b3852bf))
    * Bytewax engine create configmap from object ([feast-dev#3821](feast-dev#3821)) ([25e9775](feast-dev@25e9775))
    * Fix warnings from deprecated paths and update default log level ([feast-dev#3757](feast-dev#3757)) ([68a8737](feast-dev@68a8737))
    * improve parsing bytewax job status ([5983f40](feast-dev@5983f40))
    * make bytewax settings unexposed ([ae1bb8b](feast-dev@ae1bb8b))
    * Make generated temp table name escaped ([feast-dev#3797](feast-dev#3797)) ([175d796](feast-dev@175d796))
    * Pin numpy version to avoid spammy deprecation messages ([774ed33](feast-dev@774ed33))
    * Redundant feature materialization and premature incremental materialization timestamp updates ([feast-dev#3789](feast-dev#3789)) ([417b16b](feast-dev@417b16b)), closes [feast-dev#6](feast-dev#6) [feast-dev#7](feast-dev#7)
    * Resolve hbase hotspot issue when materializing ([feast-dev#3790](feast-dev#3790)) ([7376db8](feast-dev@7376db8))
    * Set keepalives_idle None by default ([feast-dev#3756](feast-dev#3756)) ([8717e9b](feast-dev@8717e9b))
    * Set upper bound for bigquery client due to its breaking changes ([2151c39](feast-dev@2151c39))
    * UI project cannot handle fallback routes ([feast-dev#3766](feast-dev#3766)) ([96ece0f](feast-dev@96ece0f))
    * update dependencies versions due to conflicts ([5dc0b24](feast-dev@5dc0b24))
    * Update jackson and remove unnecessary logging ([feast-dev#3809](feast-dev#3809)) ([018d0ea](feast-dev@018d0ea))
    * upgrade the pyarrow to latest v14.0.1 for CVE-2023-47248. ([052182b](feast-dev@052182b))
    
    ### Features
    
    * Add get online feature rpc to gprc server ([feast-dev#3815](feast-dev#3815)) ([01db8cc](feast-dev@01db8cc))
    * Add materialize and materialize-incremental rest endpoints ([feast-dev#3761](feast-dev#3761)) ([fa600fe](feast-dev@fa600fe)), closes [feast-dev#3760](feast-dev#3760)
    * add redis sentinel support ([3387a15](feast-dev@3387a15))
    * add redis sentinel support ([4337c89](feast-dev@4337c89))
    * add redis sentinel support format lint ([aad8718](feast-dev@aad8718))
    * Add support for `table_create_disposition` in bigquery job for offline store ([feast-dev#3762](feast-dev#3762)) ([6a728fe](feast-dev@6a728fe))
    * Add support for in_cluster config and additional labels for bytewax materialization ([feast-dev#3754](feast-dev#3754)) ([2192e65](feast-dev@2192e65))
    * Apply cache to load proto registry for performance ([feast-dev#3702](feast-dev#3702)) ([709c709](feast-dev@709c709))
    * Make bytewax job write as mini-batches ([feast-dev#3777](feast-dev#3777)) ([9b0e5ce](feast-dev@9b0e5ce))
    * Optimize bytewax pod resource with zero-copy ([9cf9d96](feast-dev@9cf9d96))
    * Support GCS filesystem for bytewax engine ([feast-dev#3774](feast-dev#3774)) ([fb6b807](feast-dev@fb6b807))
    feast-ci-bot committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9237361 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: Add python bytes to array type conversion support proto (feast-…

    …dev#3874)
    
    * feat: add redis sentinel support format lint
    
    Signed-off-by: snowron <snowronark@gmail.com>
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * chore: Bump pyarrow
    
    Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.0 to 14.0.1.
    - [Commits](apache/arrow@go/arrow/v6.0.0...apache-arrow-14.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pyarrow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * fix: upgrade the pyarrow to latest v14.0.1 for CVE-2023-47248.
    
    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * feat: add bytes to array type conversion in python -> proto
    
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * ignore type like in other proto val assignments
    
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * run black
    
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    * floats can also appear as ints
    
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    
    ---------
    
    Signed-off-by: snowron <snowronark@gmail.com>
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    Co-authored-by: snowron <snowronark@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shuchu Han <shuchu.han@gmail.com>
    Co-authored-by: Rob Howley <rhowley@seatgeek.com>
    5 people authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8688acd View commit details
    Browse the repository at this point in the history
  2. chore: Bump jupyter-server from 2.10.1 to 2.11.2 in /sdk/python/requi…

    …rements (feast-dev#3858)
    
    chore: Bump jupyter-server in /sdk/python/requirements
    
    Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.10.1 to 2.11.2.
    - [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
    - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
    - [Commits](jupyter-server/jupyter_server@v2.10.1...v2.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: jupyter-server
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    99178f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. chore: Bump jinja2 from 3.1.2 to 3.1.3 in /sdk/python/requirements (f…

    …east-dev#3882)
    
    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f4a3cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6529c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. chore: Bump jupyter-lsp from 2.2.0 to 2.2.2 in /sdk/python/requiremen…

    …ts (feast-dev#3892)
    
    Bumps [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) from 2.2.0 to 2.2.2.
    - [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases)
    - [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jupyter-lsp/jupyterlab-lsp/commits)
    
    ---
    updated-dependencies:
    - dependency-name: jupyter-lsp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4c90624 View commit details
    Browse the repository at this point in the history
  2. chore: Bump cryptography from 41.0.5 to 41.0.6 in /sdk/python/require…

    …ments (feast-dev#3845)
    
    chore: Bump cryptography in /sdk/python/requirements
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.5...41.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8f65fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdd7dfb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. chore: Bump zod from 3.15.1 to 3.22.3 in /sdk/python/feast/ui (feast-…

    …dev#3816)
    
    Bumps [zod](https://github.com/colinhacks/zod) from 3.15.1 to 3.22.3.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.15.1...v3.22.3)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0a06a2b View commit details
    Browse the repository at this point in the history
  2. chore: Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (feast-dev#3820

    )
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.53.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b80bcd6 View commit details
    Browse the repository at this point in the history
  3. chore: Bump @babel/traverse from 7.16.10 to 7.23.2 in /ui (feast-dev#…

    …3801)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.10 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    61fdb00 View commit details
    Browse the repository at this point in the history
  4. chore: Bump zod from 3.19.1 to 3.22.3 in /ui (feast-dev#3817)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.19.1 to 3.22.3.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.19.1...v3.22.3)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a75d417 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: Correct the returning class proto type of StreamFeatureView to S…

    …treamFeatureViewProto instead of FeatureViewProto. (feast-dev#3843)
    shuchu authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    86d6221 View commit details
    Browse the repository at this point in the history
  2. fix: Verify the existence of Registry tables in snowflake before call…

    …ing CREATE sql command. Allow read-only user to call feast apply. (feast-dev#3851)
    
    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9a3590e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. revert: Verify the existence of Registry tables in snowflake… (feast-…

    …dev#3907)
    
    Revert "fix: Verify the existence of Registry tables in snowflake before calling CREATE sql command. Allow read-only user to call feast apply. (feast-dev#3851)"
    
    This reverts commit 9a3590e.
    
    Signed-off-by: Edson Tirelli <etirelli@redhat.com>
    etirelli authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c0d358a View commit details
    Browse the repository at this point in the history
  2. feat: Add support for arrays in snowflake (feast-dev#3769)

    Adds support for arrays in snowflake
    
    Signed-off-by: john.lemmon <john.lemmon@medely.com>
    JohnLemmonMedely authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8d6bec8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    ea8ad17 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix: Create index only if not exists during MySQL online store update (

    …feast-dev#3905)
    
    Update mysql.py to create index only if not exists during update
    
    Signed-off-by: senbong <senbong@featurebyte.com>
    gee-senbong authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2f99a61 View commit details
    Browse the repository at this point in the history
  2. fix: Bytewax materialization engine fails when loading feature_store.…

    …yaml (feast-dev#3912)
    
    * bytewax materialization loads yaml config correctly
    
    Signed-off-by: marti-jorda-roca <mjorda98@gmail.com>
    
    * added postgres dependency for SQL registries
    
    Signed-off-by: marti-jorda-roca <mjorda98@gmail.com>
    
    ---------
    
    Signed-off-by: marti-jorda-roca <mjorda98@gmail.com>
    marti-jorda-roca authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    987f0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa8cfd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    936ecfd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. docs: Updated development guide to include compiling the protos (feas…

    …t-dev#3896)
    
    * [docs] updated development guide to include compiling the protos
    
    Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
    
    * adding note on spinning up the docker image
    
    Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
    
    ---------
    
    Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
    franciscojavierarceo authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8bce6dc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix: Prevent spamming pull busybox from dockerhub (feast-dev#3923)

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7153cad View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    bf026a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f494f02 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. ci: Extend python base version for test cases (feast-dev#3929)

    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1f3cab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373e624 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore: Set upper bound for moto package (feast-dev#3937)

    chore: set upper bound for moto package
    
    Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
    sudohainguyen authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b4aed65 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    49d2988 View commit details
    Browse the repository at this point in the history
  2. fix: Typo Correction in Feast UI Readme (feast-dev#3939)

    Modify the README to point to correct project list
    
    Signed-off-by: Twinkll Sisodia <tsisodia@redhat.com>
    tsisodia10 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c16e5af View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    bdce99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d75fc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a2a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    4e450ad View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fix: Rewrite Spark materialization engine to use mapInPandas (feast-d…

    …ev#3936)
    
    rewrite spark materilization engine to use mapInPandas
    
    Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
    tokoko authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dbb59ba View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. chore: Loosen fsspec requirements to allow recent releases (feast-dev…

    …#3922)
    
    * chore: Loosen fsspec requirements to allow recent releases
    
    (I'm not sure the project has a super consistent pattern for when to
    specify a maximum version, but was going for the smallest possible
    change.)
    
    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    
    * drop redundant fsspec now that this is in another extra
    
    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    
    * post rebase regen
    
    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    
    ---------
    
    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    cburroughs authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5c9f592 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    ec11a7c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix: issue-3771, fix document error as not shortcut -f option in code.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8d45c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4016aa4 View commit details
    Browse the repository at this point in the history