Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added option for global tables for Dynamodb online #3840

Closed
wants to merge 4 commits into from

Conversation

danielhstahl
Copy link

What this PR does / why we need it:

The current dynamodb online store does not support global tables. This PR adds an optional attribute to the dynamodb config. If a global_table_region is specified, feast apply will create a replica dynamodb table in that region.

Signed-off-by: Daniel Stahl <danstahl1138@gmail.com>
Signed-off-by: Daniel Stahl <danstahl1138@gmail.com>
Signed-off-by: Daniel Stahl <danstahl1138@gmail.com>
@tmihalac
Copy link
Contributor

tmihalac commented Jan 16, 2024

Please fix linter and DCO failing

"StreamEnabled": True,
"StreamViewType": "NEW_AND_OLD_IMAGES",
}
if self.global_table_region
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe consider reversing the condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants