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
Looks like the generated #data.provider.name doesn't validate since it includes dots.
Creating something like #dataProviderName when . are detected could be a potential solution here.
The text was updated successfully, but these errors were encountered:
Hey there 👋
Dynogels is pretty awesome! However I get the following error when trying to project fields in a deeply nested object via
attributes
:Here's the query I'm constructing with Dynogels:
I think I can pin point the issue to the
expressionAttributeNames
creation here:https://github.com/clarkie/dynogels/blob/v9.0.0/lib/query.js#L166-L171
Looks like the generated
#data.provider.name
doesn't validate since it includes dots.Creating something like
#dataProviderName
when.
are detected could be a potential solution here.The text was updated successfully, but these errors were encountered: