Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
187
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add support for DynamoDB online_read in batches
- #2371
#2371
Merged
feast-ci-bot
merged 25 commits into
feast-dev:master
feast-dev/feast:master
from
TremaMiguel:feat/dynamo_db_online_write_read
TremaMiguel/feast:feat/dynamo_db_online_write_read
Copy head branch name to clipboard
Mar 23, 2022
Conversation
Commits
25
(25)
Checks
Files changed
Merged
feat: Add support for DynamoDB online_read in batches
#2371
feast-ci-bot
merged 25 commits into
feast-dev:master
feast-dev/feast:master
from
TremaMiguel:feat/dynamo_db_online_write_read
TremaMiguel/feast:feat/dynamo_db_online_write_read
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2022
feat: dynamodb onlin read in batches
Show description for c34bf3e
TremaMiguel
committed
c34bf3e
View commit details
Copy full SHA for c34bf3e
Browse repository at this point
run linters and format
Show description for 56d2d32
TremaMiguel
committed
56d2d32
View commit details
Copy full SHA for 56d2d32
Browse repository at this point
feat: batch_size parameter
Show description for 7b98faf
TremaMiguel
committed
7b98faf
View commit details
Copy full SHA for 7b98faf
Browse repository at this point
Merge branch 'feast-dev:master' into feat/dynamo_db_online_write_read
TremaMiguel
authored
94abfb6
View commit details
Copy full SHA for 94abfb6
Browse repository at this point
docs: typo in batch_size description
Show description for b5c1a3d
TremaMiguel
committed
b5c1a3d
View commit details
Copy full SHA for b5c1a3d
Browse repository at this point
trailing white space
Show description for 5a12856
TremaMiguel
committed
5a12856
View commit details
Copy full SHA for 5a12856
Browse repository at this point
Commits on Mar 7, 2022
fix: batch_size is last argument
Show description for 8bd2a84
TremaMiguel
committed
8bd2a84
View commit details
Copy full SHA for 8bd2a84
Browse repository at this point
test: dynamodb online store online_read in batches
Show description for fb6eacb
TremaMiguel
committed
fb6eacb
View commit details
Copy full SHA for fb6eacb
Browse repository at this point
Merge branch 'master' into feat/dynamo_db_online_write_read
adchia
authored
1bbd5dc
View commit details
Copy full SHA for 1bbd5dc
Browse repository at this point
test: mock dynamodb behavior
Show description for 307bab9
TremaMiguel
committed
307bab9
View commit details
Copy full SHA for 307bab9
Browse repository at this point
Commits on Mar 8, 2022
feat: batch_size value must be less than 40
Show description for e52a895
TremaMiguel
committed
e52a895
View commit details
Copy full SHA for e52a895
Browse repository at this point
Commits on Mar 9, 2022
Merge branch 'master' into feat/dynamo_db_online_write_read
adchia
authored
29b5cf6
View commit details
Copy full SHA for 29b5cf6
Browse repository at this point
Commits on Mar 10, 2022
feat: batch_size defaults to 40
Show description for 97fd71f
TremaMiguel
committed
97fd71f
View commit details
Copy full SHA for 97fd71f
Browse repository at this point
Merge branch 'feat/dynamo_db_online_write_read' of github.com:TremaMiguel/feast into feat/dynamo_db_online_write_read
TremaMiguel
committed
ddb3f0a
View commit details
Copy full SHA for ddb3f0a
Browse repository at this point
Commits on Mar 11, 2022
feat: sort dynamodb responses
Show description for 12064e4
TremaMiguel
committed
12064e4
View commit details
Copy full SHA for 12064e4
Browse repository at this point
Commits on Mar 12, 2022
merge branch master into feat/dynamo_db_online_write_read
Show description for 449f60d
TremaMiguel
committed
449f60d
View commit details
Copy full SHA for 449f60d
Browse repository at this point
resolve merge conflicts
Show description for 3f72228
TremaMiguel
committed
3f72228
View commit details
Copy full SHA for 3f72228
Browse repository at this point
test online response proto with redshift:dynamodb
Show description for 7a4edbd
TremaMiguel
committed
7a4edbd
View commit details
Copy full SHA for 7a4edbd
Browse repository at this point
Commits on Mar 15, 2022
feat: consistency in batch_size process
Show description for 3843a02
TremaMiguel
committed
3843a02
View commit details
Copy full SHA for 3843a02
Browse repository at this point
Commits on Mar 16, 2022
fix: return batch_size times None
Show description for 88e183e
TremaMiguel
committed
88e183e
View commit details
Copy full SHA for 88e183e
Browse repository at this point
remove debug code
Show description for 23cb49a
TremaMiguel
committed
23cb49a
View commit details
Copy full SHA for 23cb49a
Browse repository at this point
Commits on Mar 22, 2022
Merge branch 'feast-dev:master' into feat/dynamo_db_online_write_read
TremaMiguel
authored
44f97e7
View commit details
Copy full SHA for 44f97e7
Browse repository at this point
typo in docstring
Show description for eaf4940
TremaMiguel
committed
eaf4940
View commit details
Copy full SHA for eaf4940
Browse repository at this point
Commits on Mar 23, 2022
batch_size in onlineconfigstore
Show description for 5bc54d3
TremaMiguel
committed
5bc54d3
View commit details
Copy full SHA for 5bc54d3
Browse repository at this point
Merge branch 'master' into feat/dynamo_db_online_write_read
TremaMiguel
committed
c7ab086
View commit details
Copy full SHA for c7ab086
Browse repository at this point
You can’t perform that action at this time.