Skip to content

feat: Wire BatchWriteRecord and ListRecords into ingest_dataframe#6026

Open
chiragvp-aws wants to merge 2 commits into
aws:masterfrom
chiragvp-aws:wiring-batchwrite-list
Open

feat: Wire BatchWriteRecord and ListRecords into ingest_dataframe#6026
chiragvp-aws wants to merge 2 commits into
aws:masterfrom
chiragvp-aws:wiring-batchwrite-list

Conversation

@chiragvp-aws

Copy link
Copy Markdown
Collaborator
  • Add use_batch_write_record=False flag to ingest_dataframe() (Proposal C)
  • Implement _ingest_batch_write() with 25 records per API call
  • Map partial failures (response.errors) back to specific row indices
  • Add list_records() utility function with pagination support
  • Export list_records from feature_store init.py

Tested: 50 integration tests + 17 unit tests

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Add use_batch_write_record=False flag to ingest_dataframe() (Proposal C)
- Implement _ingest_batch_write() with 25 records per API call
- Map partial failures (response.errors) back to specific row indices
- Add list_records() utility function with pagination support
- Export list_records from feature_store __init__.py

Tested: 50 integration tests + 17 unit tests
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.

1 participant