Tags: felixwang9817/feast
Tags
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))
feat: Adds description attribute for features/fields (feast-dev#3425) * Adding description as a first-class attribute for features/fields Signed-off-by: Amom Mendes <[email protected]> * Formatting Signed-off-by: Amom Mendes <[email protected]> Signed-off-by: Amom Mendes <[email protected]>
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.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))
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))
fix: Fix handling of TTL in Go server (feast-dev#3232) Fix handling of TTL in Go server According to the FeatureView docstring, 'A ttl of 0 indicates that this group of features lives forever.' However, the Go feature server doesn't currently respect this, returning OUTSIDE_MAX_AGE for FeatureViews that have a TTL of 0. This fixes that issue by always returning false for checkOutsideTtl if the TTL is 0. Signed-off-by: William Horton <[email protected]> Signed-off-by: William Horton <[email protected]>
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))
Fix helm charts Signed-off-by: Kevin Zhang <[email protected]>
PreviousNext