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
MongoDB natively allows a user to write the full kubernetes manifest json into a document, including ., / and -. For example, a very commonly seen label looks like
Amazon DocumentDB does not support dots “.” in a document field name, for example, db.foo.insert({‘x.1’:1}).
Amazon DocumentDB also does not support the $ prefix in field names.
Can contain uppercase letters A-Z, lowercase letters a-z, numbers 0-9, and underscores (_).
Minimal Request
Given the difficulty of ., we request adding support to at least / and -. We are currently using AWS DocumentDB and have already implemented a transformation for . . Supporting / and - in Data API would make it possible for us to migrate to use AstraDB.
The text was updated successfully, but these errors were encountered:
will reach out to get some more details, we know we need to open this up to almost everything. We will do it to align the field names across both Collections and Tables (the iterop with CQL)
In comparison with other products,
.
,/
and-
. For example, a very commonly seen label looks like.
. See AWS Documentation_
. See document on naming conventionMinimal Request
Given the difficulty of
.
, we request adding support to at least/
and-
. We are currently using AWS DocumentDB and have already implemented a transformation for.
. Supporting/
and-
in Data API would make it possible for us to migrate to use AstraDB.The text was updated successfully, but these errors were encountered: