Skip to content

Tags: ask664/feast

Tags

v0.29.0

Toggle v0.29.0's commit message
chore(release): release 0.29.0

# [0.29.0](feast-dev/feast@v0.28.0...v0.29.0) (2023-01-31)

### Bug Fixes

* Add check for bool type in addition to sample ([feast-dev#3452](feast-dev#3452)) ([1c7c491](feast-dev@1c7c491))
* Buggy SQL for postgres source ([feast-dev#3424](feast-dev#3424)) ([1ea100e](feast-dev@1ea100e))
* Ensure no duplicates in `fv.schema` ([feast-dev#3460](feast-dev#3460)) ([08ffa8d](feast-dev@08ffa8d))
* Fix delete sfv twice issue ([feast-dev#3466](feast-dev#3466)) ([dfd5eae](feast-dev@dfd5eae))
* Stream feature view UI shows transformation issue ([feast-dev#3464](feast-dev#3464)) ([1ef5137](feast-dev@1ef5137))
* Update registry.refresh to have a default arg ([feast-dev#3450](feast-dev#3450)) ([2f7c4ed](feast-dev@2f7c4ed))
* Updating the batch field so that you can query create and event date. ([feast-dev#3411](feast-dev#3411)) ([01ab462](feast-dev@01ab462)), closes [feast-dev#3401](feast-dev#3401)

### Features

* Add data source search ([feast-dev#3449](feast-dev#3449)) ([fbbb293](feast-dev@fbbb293))
* Adding list_validation_references for default and sql registry ([feast-dev#3436](feast-dev#3436)) ([21dd253](feast-dev@21dd253))
* Make UI accessible behind proxy ([feast-dev#3428](feast-dev#3428)) ([753d8db](feast-dev@753d8db))

v0.28.0

Toggle v0.28.0's commit message
chore(release): release 0.28.0

# [0.28.0](feast-dev/feast@v0.27.0...v0.28.0) (2023-01-03)

### Bug Fixes

* Apply billing project when infer schema ([feast-dev#3417](feast-dev#3417)) ([4f9ad7e](feast-dev@4f9ad7e))
* Assertion condition when value is 0 ([feast-dev#3401](feast-dev#3401)) ([98a24a3](feast-dev@98a24a3))
* Enable registry caching in SQL Registry ([feast-dev#3395](feast-dev#3395)) ([2e57376](feast-dev@2e57376))
* Fix bug where SQL registry was incorrectly writing infra config around online stores ([feast-dev#3394](feast-dev#3394)) ([6bcf77c](feast-dev@6bcf77c))
* Get all columns with describe table method from RedshiftData-api ([feast-dev#3377](feast-dev#3377)) ([fd97254](feast-dev@fd97254))
* ODFV able to handle boolean pandas type ([feast-dev#3384](feast-dev#3384)) ([8f242e6](feast-dev@8f242e6))
* Remove PySpark dependency from Snowflake Offline Store ([feast-dev#3388](feast-dev#3388)) ([7b160c7](feast-dev@7b160c7))
* Specifies timeout in exception polling ([feast-dev#3398](feast-dev#3398)) ([c0ca7e4](feast-dev@c0ca7e4))
* Update import logic to remove `pyspark` dependency from Snowflake Offline Store ([feast-dev#3397](feast-dev#3397)) ([cf073e6](feast-dev@cf073e6))

### Features

* Add template for Github Codespaces ([feast-dev#3421](feast-dev#3421)) ([41c0537](feast-dev@41c0537))
* Adds description attribute for features/fields ([feast-dev#3425](feast-dev#3425)) ([26f4881](feast-dev@26f4881))
* Snowflake skip materialization if no table change ([feast-dev#3404](feast-dev#3404)) ([0ab3942](feast-dev@0ab3942))

v0.27.1

Toggle v0.27.1's commit message
chore(release): release 0.27.1

## [0.27.1](feast-dev/feast@v0.27.0...v0.27.1) (2022-12-15)

### Bug Fixes

* Enable registry caching in SQL Registry ([feast-dev#3395](feast-dev#3395)) ([2e57376](feast-dev@2e57376))
* Fix bug where SQL registry was incorrectly writing infra config around online stores ([feast-dev#3394](feast-dev#3394)) ([6bcf77c](feast-dev@6bcf77c))
* Get all columns with describe table method from RedshiftData-api ([feast-dev#3377](feast-dev#3377)) ([fd97254](feast-dev@fd97254))
* ODFV able to handle boolean pandas type ([feast-dev#3384](feast-dev#3384)) ([8f242e6](feast-dev@8f242e6))
* Remove PySpark dependency from Snowflake Offline Store ([feast-dev#3388](feast-dev#3388)) ([7b160c7](feast-dev@7b160c7))

v0.27.0

Toggle v0.27.0's commit message
chore(release): release 0.27.0

# [0.27.0](feast-dev/feast@v0.26.0...v0.27.0) (2022-12-05)

### Bug Fixes

* Changing Snowflake template code to avoid query not implemented … ([feast-dev#3319](feast-dev#3319)) ([1590d6b](feast-dev@1590d6b))
* Dask zero division error if parquet dataset has only one partition ([feast-dev#3236](feast-dev#3236)) ([69e4a7d](feast-dev@69e4a7d))
* Enable Spark materialization on Yarn ([feast-dev#3370](feast-dev#3370)) ([0c20a4e](feast-dev@0c20a4e))
* Ensure that Snowflake accounts for number columns that overspecify precision ([feast-dev#3306](feast-dev#3306)) ([0ad0ace](feast-dev@0ad0ace))
* Fix memory leak from usage.py not properly cleaning up call stack ([feast-dev#3371](feast-dev#3371)) ([a0c6fde](feast-dev@a0c6fde))
* Fix workflow to contain env vars ([feast-dev#3379](feast-dev#3379)) ([548bed9](feast-dev@548bed9))
* Update bytewax materialization ([feast-dev#3368](feast-dev#3368)) ([4ebe00f](feast-dev@4ebe00f))
* Update the version counts ([feast-dev#3378](feast-dev#3378)) ([8112db5](feast-dev@8112db5))
* Updated AWS Athena template ([feast-dev#3322](feast-dev#3322)) ([5956981](feast-dev@5956981))
* Wrong UI data source type display ([feast-dev#3276](feast-dev#3276)) ([8f28062](feast-dev@8f28062))

### Features

* Cassandra online store, concurrency in bulk write operations ([feast-dev#3367](feast-dev#3367)) ([eaf354c](feast-dev@eaf354c))
* Cassandra online store, concurrent fetching for multiple entities ([feast-dev#3356](feast-dev#3356)) ([00fa21f](feast-dev@00fa21f))
* Get Snowflake Query Output As Pyspark Dataframe ([feast-dev#2504](feast-dev#2504)) ([feast-dev#3358](feast-dev#3358)) ([2f18957](feast-dev@2f18957))

v0.22.5

Toggle v0.22.5's commit message
chore(release): release 0.22.5

## [0.22.5](feast-dev/feast@v0.22.4...v0.22.5) (2022-10-28)

### Bug Fixes

* Fix numpy version specification ([feast-dev#3241](feast-dev#3241)) ([298bdde](feast-dev@298bdde))

v0.26.0

Toggle v0.26.0's commit message
chore(release): release 0.26.0

# [0.26.0](feast-dev/feast@v0.25.0...v0.26.0) (2022-10-06)

### Bug Fixes

* Add `X-Trino-Extra-Credential` header and remove user override ([feast-dev#3246](feast-dev#3246)) ([164e666](feast-dev@164e666))
* Add postgres to the feature server Dockerfile to fix helm chart flow ([feast-dev#3261](feast-dev#3261)) ([6f6cbb7](feast-dev@6f6cbb7))
* Add stream feature view in the Web UI ([feast-dev#3257](feast-dev#3257)) ([1f70b3a](feast-dev@1f70b3a))
* Build dockerfile correctly ([feast-dev#3239](feast-dev#3239)) ([a2dc0d0](feast-dev@a2dc0d0))
* Configuration to stop coercion of tz for entity_df ([feast-dev#3255](feast-dev#3255)) ([97b7ab9](feast-dev@97b7ab9))
* Enable users to upgrade a batch source into a push source ([feast-dev#3213](feast-dev#3213)) ([1b312fb](feast-dev@1b312fb))
* Fix docker image for feature-server ([feast-dev#3272](feast-dev#3272)) ([eff01d1](feast-dev@eff01d1))
* Fix Feast UI release process to update the feast-ui package  ([feast-dev#3267](feast-dev#3267)) ([a9d48d0](feast-dev@a9d48d0))
* Return 422 on bad push source name ([feast-dev#3214](feast-dev#3214)) ([b851e01](feast-dev@b851e01))
* Stream feature view meta undefined created_timestamp issue ([feast-dev#3266](feast-dev#3266)) ([12e1a8f](feast-dev@12e1a8f))
* Stream feature view not shown in the UI ([feast-dev#3251](feast-dev#3251)) ([e713dda](feast-dev@e713dda))
* Udf in stream feature view UI shows pickled data ([feast-dev#3268](feast-dev#3268)) ([0728117](feast-dev@0728117))
* Update snowflake materialization messages ([feast-dev#3230](feast-dev#3230)) ([a63d440](feast-dev@a63d440))
* Updated quickstart notebook to patch an incorrect reference to an outdated featureview name ([feast-dev#3271](feast-dev#3271)) ([b9b9c54](feast-dev@b9b9c54))
* Use configured user in env var instead of "user" for Trino ([feast-dev#3254](feast-dev#3254)) ([532d8a1](feast-dev@532d8a1))

### Features

* Add mysql as online store ([feast-dev#3190](feast-dev#3190)) ([cb8db84](feast-dev@cb8db84))
* Add possibility to define feature_store.yaml path with env variable ([feast-dev#3231](feast-dev#3231)) ([95fdb19](feast-dev@95fdb19))
* Add request_timeout setting for cassandra online store adapter ([feast-dev#3256](feast-dev#3256)) ([da20757](feast-dev@da20757))
* Add tag description in Field in the Feast UI ([feast-dev#3258](feast-dev#3258)) ([086f279](feast-dev@086f279))
* Adding billing_project_id in BigQueryOfflineStoreConfig ([feast-dev#3253](feast-dev#3253)) ([f80f05f](feast-dev@f80f05f))
* BigTable online store ([feast-dev#3140](feast-dev#3140)) ([6bc91c2](feast-dev@6bc91c2)), closes [/github.com/spulec/moto/blob/master/CHANGELOG.md#400](https://github.com//github.com/spulec/moto/blob/master/CHANGELOG.md/issues/400)
* Filter subset features in postgres [feast-dev#3174](feast-dev#3174) ([feast-dev#3203](feast-dev#3203)) ([b48d36b](feast-dev@b48d36b))

v0.25.2

Toggle v0.25.2's commit message
chore(release): release 0.25.2

## [0.25.2](feast-dev/feast@v0.25.1...v0.25.2) (2022-10-06)

### Bug Fixes

* Fix docker image for feature-server ([feast-dev#3272](feast-dev#3272)) ([4ce366a](feast-dev@4ce366a))
* Fix Feast UI release process to update the feast-ui package  ([feast-dev#3267](feast-dev#3267)) ([d118fe4](feast-dev@d118fe4))
* Stream feature view meta undefined created_timestamp issue ([feast-dev#3266](feast-dev#3266)) ([efbd4b0](feast-dev@efbd4b0))
* Udf in stream feature view UI shows pickled data ([feast-dev#3268](feast-dev#3268)) ([f4a83a7](feast-dev@f4a83a7))
* Updated quickstart notebook to patch an incorrect reference to an outdated featureview name ([feast-dev#3271](feast-dev#3271)) ([7fa4bbf](feast-dev@7fa4bbf))

v0.25.1

Toggle v0.25.1's commit message
chore(release): release 0.25.1

## [0.25.1](feast-dev/feast@v0.25.0...v0.25.1) (2022-09-30)

### Bug Fixes

* Add `X-Trino-Extra-Credential` header and remove user override ([feast-dev#3246](feast-dev#3246)) ([f38506c](feast-dev@f38506c))
* Add postgres to the feature server Dockerfile to fix helm chart flow ([feast-dev#3261](feast-dev#3261)) ([a2cb995](feast-dev@a2cb995))
* Add stream feature view in the Web UI ([feast-dev#3257](feast-dev#3257)) ([47d4c93](feast-dev@47d4c93))
* Build dockerfile correctly ([feast-dev#3239](feast-dev#3239)) ([a2dc0d0](feast-dev@a2dc0d0))
* Configuration to stop coercion of tz for entity_df ([feast-dev#3255](feast-dev#3255)) ([fdc8d67](feast-dev@fdc8d67))
* Enable users to upgrade a batch source into a push source ([feast-dev#3213](feast-dev#3213)) ([8f2fb58](feast-dev@8f2fb58))
* Return 422 on bad push source name ([feast-dev#3214](feast-dev#3214)) ([8abbcd9](feast-dev@8abbcd9))
* Stream feature view not shown in the UI ([feast-dev#3251](feast-dev#3251)) ([55e28e2](feast-dev@55e28e2))
* Update snowflake materialization messages ([feast-dev#3230](feast-dev#3230)) ([a63d440](feast-dev@a63d440))
* Use configured user in env var instead of "user" for Trino ([feast-dev#3254](feast-dev#3254)) ([e7ed3d5](feast-dev@e7ed3d5))

v0.25.0

Toggle v0.25.0's commit message
chore(release): release 0.25.0

# [0.25.0](feast-dev/feast@v0.24.0...v0.25.0) (2022-09-20)

### Bug Fixes

* Broken Feature Service Link ([feast-dev#3227](feast-dev#3227)) ([e117082](feast-dev@e117082))
* Feature-server image is missing mysql dependency for mysql registry ([feast-dev#3223](feast-dev#3223)) ([ae37b20](feast-dev@ae37b20))
* Fix handling of TTL in Go server ([feast-dev#3232](feast-dev#3232)) ([f020630](feast-dev@f020630))
* Fix materialization when running on Spark cluster. ([feast-dev#3166](feast-dev#3166)) ([175fd25](feast-dev@175fd25))
* Fix push API to respect feature view's already inferred entity types ([feast-dev#3172](feast-dev#3172)) ([7c50ab5](feast-dev@7c50ab5))
* Fix release workflow ([feast-dev#3144](feast-dev#3144)) ([20a9dd9](feast-dev@20a9dd9))
* Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([feast-dev#3191](feast-dev#3191)) ([de75971](feast-dev@de75971))
* Handle complex Spark data types in SparkSource ([feast-dev#3154](feast-dev#3154)) ([5ddb83b](feast-dev@5ddb83b))
* Local staging location provision ([feast-dev#3195](feast-dev#3195)) ([cdf0faf](feast-dev@cdf0faf))
* Remove bad snowflake offline store method ([feast-dev#3204](feast-dev#3204)) ([dfdd0ca](feast-dev@dfdd0ca))
* Remove opening file object when validating S3 parquet source ([feast-dev#3217](feast-dev#3217)) ([a906018](feast-dev@a906018))
* Snowflake config file search error ([feast-dev#3193](feast-dev#3193)) ([189afb9](feast-dev@189afb9))
* Update Snowflake Online docs ([feast-dev#3206](feast-dev#3206)) ([7bc1dff](feast-dev@7bc1dff))

### Features

* Add `to_remote_storage` functionality to `SparkOfflineStore` ([feast-dev#3175](feast-dev#3175)) ([2107ce2](feast-dev@2107ce2))
* Add ability to give boto extra args for registry config ([feast-dev#3219](feast-dev#3219)) ([fbc6a2c](feast-dev@fbc6a2c))
* Add health endpoint to py server ([feast-dev#3202](feast-dev#3202)) ([43222f2](feast-dev@43222f2))
* Add snowflake support for date & number with scale ([feast-dev#3148](feast-dev#3148)) ([50e8755](feast-dev@50e8755))
* Add tag kwarg to set Snowflake online store table path ([feast-dev#3176](feast-dev#3176)) ([39aeea3](feast-dev@39aeea3))
* Add workgroup to athena offline store config ([feast-dev#3139](feast-dev#3139)) ([a752211](feast-dev@a752211))
* Implement spark materialization engine ([feast-dev#3184](feast-dev#3184)) ([a59c33a](feast-dev@a59c33a))

v0.24.1

Toggle v0.24.1's commit message
chore(release): release 0.24.1

## [0.24.1](feast-dev/feast@v0.24.0...v0.24.1) (2022-09-08)

### Bug Fixes

* Fix push API to respect feature view's already inferred entity types ([feast-dev#3172](feast-dev#3172)) ([5dba4a3](feast-dev@5dba4a3))
* Fix release workflow ([feast-dev#3144](feast-dev#3144)) ([c77a655](feast-dev@c77a655))
* Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([feast-dev#3191](feast-dev#3191)) ([95066ea](feast-dev@95066ea))
* Handle complex Spark data types in SparkSource ([feast-dev#3154](feast-dev#3154)) ([0e13573](feast-dev@0e13573))