| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
There was a problem hiding this comment.
Probably we could do this for all feature views
Sorry, something went wrong.
# [0.55.0](v0.54.0...v0.55.0) (2025-10-14) ### Bug Fixes * Added unix_timestamp_val in _serialize_val ([#5659](#5659)) ([35a8423](35a8423)) * BatchFeatureView transformation should persist in Registry Ser/Deserialization ([3364bad](3364bad)) * Check if DynamoDB table exists before create ([#5658](#5658)) ([e7fd506](e7fd506)) * Fix the link to Expedia in the Go Feature Server readme. ([3ed0163](3ed0163)) ### Features * Add Claude instructions ([#5651](#5651)) ([4807a52](4807a52)) * Groups and Namespaces based authorization, for Users and Service Accounts ([#5619](#5619)) ([da6257c](da6257c))
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
This PR adds a proactive table existence check before attempting to create DynamoDB tables during feast apply. This enables Feast to work in environments where IAM roles don't have dynamodb:CreateTable or dynamodb:DeleteTable permissions, allowing organizations to manage DynamoDB tables exclusively through infrastructure-as-code tools like Terraform.
Which issue(s) this PR fixes:
Fixes #5647