Skip to content

issues Search Results · repo:pynamodb/PynamoDB language:Python

Filter by

625 results
 (62 ms)

625 results

inpynamodb/PynamoDB (press backspace or delete to remove)

Hello, I m currently trying to switch from boto3 resource to pynamoDb and I have hit a bit of a wall here. I have a DocumentModel in which there can be multiple nested models. It looks similar to this ...
  • Benni2209
  • 1
  • Opened 
    15 days ago
  • #1283

🚀 Ultimate Solution: PynamoDB with Specific Boto3 Sessions Hi folks, As the author of boto-session-manager and pynamodb-mate, I m excited to share a comprehensive solution that addresses the long-standing ...
  • MacHu-GWU
  • 1
  • Opened 
    27 days ago
  • #1280

I m running into an issue where when calling Model.create_table when a table already exists leads to the error: pynamodb.exceptions.TableError: Failed to update TTL on table: An error occurred (ValidationException) ...
  • ryancausey
  • 3
  • Opened 
    on Jun 14
  • #1278

I am trying to use PynamoDB in unit tests with testcontainers and the dynamodb-local container. In this setup, an ephemeral port is allocated for the dynamodb-local container. The ephemeral port is only ...
  • sirianni
  • Opened 
    on Jun 13
  • #1275

Running pyright on this code results in an error Type[Unknown] is not a valid exception class (variable) DoesNotExist: Type[Unknown] class WidgetModel(Model): class Meta: # pyright: ignore[reportIncompatibleVariableOverride] ...
  • sirianni
  • 3
  • Opened 
    on Jun 12
  • #1274

Description: When defining a mixin that provides a nested attribute via MapAttribute, PynamoDB does not properly initialize the attribute metadata (attr_name, attr_path) unless the mixin itself is processed ...
  • AleMazzari
  • Opened 
    on Jun 9
  • #1273

For testing with dynamodb-local I m able to override the host and region using global settings, but not aws_secret_key_id and aws_secret_access_key. As I understand it, the workarounds are either 1. ...
  • sirianni
  • Opened 
    on Jun 9
  • #1272

I m looking at using PynamoDB over direct use of Boto3 to talk to DynamoDB. However, one of the features of Boto3 I ve been using is its retry modes. I didn t find any similar retry mode configuration ...
  • ryancausey
  • 5
  • Opened 
    on May 14
  • #1268

Envrionment - Pynamodb: 6.0.2 - Boto3: 1.34.138 - BotoCore: 1.34.144 - python: 3.9 Description - I encountered unexpected behavior regarding the last_evaluated_key attribute of the ResultIterator ...
  • jaeyoung0509
  • 2
  • Opened 
    on Apr 22
  • #1266

$ python3 -m venv _e $ . _e/bin/activate (_e) $ pip install -e .[signals] (_e) $ pip install -r requirements-dev.txt (_e) $ pytest --ignore-glob= tests/integration/* […] ============================================== ...
  • musicinmybrain
  • 1
  • Opened 
    on Apr 17
  • #1265
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub