Julien de la Bruère-T.

Results 9 comments of Julien de la Bruère-T.

Hi @nchelaru, I have observed the same with other plotly_express chart types use in Dash. I don't have an explanation for it but what worked best for me was to...

Hi @SecretSquirrel-origami, Thanks for the feedback. I haven't tried using tables with GSI or LSI yet. I'll try to reproduce the issue when I get a minute.

After review of the boto3 DynamoDB [docs](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html), it appears that the DynamoDB `resource.batch_get_item` function used by the `get_df` function does not support GSI or LSI. The `client.query`, `client.scan`, `table.query` &...

I'll think of how I could implement a new `query_df` function that would leverage the boto3 `table.query` function and allow users to specify the index to use (`IndexName` parameter) and...

@chrismrutherford, thanks for the feedback and suggestion. I'll consider including a `key_condition` parameter in the new `query_df` function I proposed above. In the meantime, as I suggested to @SecretSquirrel-origami above,...

In reference to the `ValidationError` reported by @SecretSquirrel-origami: > I'm receiving a client error when working with 'get_df' on dynamo tables that have either GSI or LSI: "An error occurred...

Ok, thanks both. I will put a licence for the code and refer to this repo and the game license for the embedded data.

For anyone interested, the package is now published on PyPI: https://pypi.org/project/fdev-ids/.

Looks like #107 addresses this issue.