← 返回首页
fix: Check if DynamoDB table exists before create by ntkathole · Pull Request #5658 · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

fix: Check if DynamoDB table exists before create#5658

Merged
franciscojavierarceo merged 1 commit into
feast-dev:masterfrom
ntkathole:fix_dynamodb_create
Oct 12, 2025
Merged

fix: Check if DynamoDB table exists before create#5658
franciscojavierarceo merged 1 commit into
feast-dev:masterfrom
ntkathole:fix_dynamodb_create

Conversation

Copy link
Copy Markdown
Member

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

Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
ntkathole requested a review from a team as a code owner October 12, 2025 12:01
Copy link
Copy Markdown
Member

franciscojavierarceo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

Probably we could do this for all feature views

Hide details View details franciscojavierarceo merged commit e7fd506 into feast-dev:master Oct 12, 2025
17 checks passed
ntkathole self-assigned this Oct 12, 2025
franciscojavierarceo pushed a commit that referenced this pull request Oct 14, 2025
# [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))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add DynamoDB table existence check before calling dynamodb_resource.create_table()

2 participants

Footer

© 2026 GitHub, Inc.