feast
feast copied to clipboard
feat: Added option for global tables for Dynamodb online
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.
Please fix linter and DCO failing