Tags: zseta/feast
Tags
chore(release): release 0.30.2 ## [0.30.2](feast-dev/feast@v0.30.1...v0.30.2) (2023-03-25) ### Bug Fixes * **cI:** Install coreutils in mac github workers for smoke test ([feast-dev#3563](feast-dev#3563)) ([28446ee](feast-dev@28446ee))
chore(release): release 0.30.1 ## [0.30.1](feast-dev/feast@v0.30.0...v0.30.1) (2023-03-25) ### Bug Fixes * Use pyarrow in a way that works across versions ([feast-dev#3562](feast-dev#3562)) ([99a163c](feast-dev@99a163c))
chore(release): release 0.30.0 # [0.30.0](feast-dev/feast@v0.29.0...v0.30.0) (2023-03-24) ### Bug Fixes * Add description attribute to the Field.from_proto method ([feast-dev#3469](feast-dev#3469)) ([473f8d9](feast-dev@473f8d9)) * Add filesystem kwargs when read prev_table on FileRetrievalJob (… ([feast-dev#3491](feast-dev#3491)) ([dca4745](feast-dev@dca4745)), closes [feast-dev#3490](feast-dev#3490) * Bytewax image pull secret config ([feast-dev#3547](feast-dev#3547)) ([d2d13b1](feast-dev@d2d13b1)) * Clean up Rockset Online Store for use ([feast-dev#3549](feast-dev#3549)) ([a76c6d0](feast-dev@a76c6d0)) * Feature view `entities` from_proto type ([feast-dev#3524](feast-dev#3524)) ([57bbb61](feast-dev@57bbb61)) * Fix missing requests requirement after GCP requirement removed. Make BigQuerySource not require gcp extra ([2c85421](feast-dev@2c85421)) * Fix SQL Registry cache miss ([feast-dev#3482](feast-dev#3482)) ([3249b97](feast-dev@3249b97)) * Fixed path inside quickstart notebook ([feast-dev#3456](feast-dev#3456)) ([66edc32](feast-dev@66edc32)) * Improve BQ point-in-time joining scalability ([feast-dev#3429](feast-dev#3429)) ([ff66784](feast-dev@ff66784)) * Pin typeguard to 2.13.3 which is what we are currently using. ([feast-dev#3542](feast-dev#3542)) ([61f6fb0](feast-dev@61f6fb0)) * Protobuf lower bound to 3.20 to alert that Feast is incompatible with tensorflow ([feast-dev#3476](feast-dev#3476)) ([9ca59e3](feast-dev@9ca59e3)) * Spark kafka processor sorting ([feast-dev#3479](feast-dev#3479)) ([f2cbf43](feast-dev@f2cbf43)) * UI working behind base url ([feast-dev#3514](feast-dev#3514)) ([9a3fd98](feast-dev@9a3fd98)) * Update go dependencies ([feast-dev#3512](feast-dev#3512)) ([bada97c](feast-dev@bada97c)) ### Features * Add Rockset as an OnlineStore ([feast-dev#3405](feast-dev#3405)) ([fd91cda](feast-dev@fd91cda)) * Add Snowflake Registry ([feast-dev#3363](feast-dev#3363)) ([ec1e61d](feast-dev@ec1e61d)) * Added SnowflakeConnection caching ([feast-dev#3531](feast-dev#3531)) ([f9f8df2](feast-dev@f9f8df2)) * Adding query timeout to `to_df` and `to_arrow` retrieval methods ([feast-dev#3505](feast-dev#3505)) ([bab6644](feast-dev@bab6644)) * adds k8s config options to Bytewax materialization engine ([feast-dev#3518](feast-dev#3518)) ([1883f55](feast-dev@1883f55))
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))
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))
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))
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))
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))
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))
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))
PreviousNext