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
How to solve the case where only one PK is known parameter in the table, others column names are not known.
Can we somehow at least save such entry.
In dynamooose there is param 'saveUnknown' defined in schema - it lets you specify if the schema should allow properties not defined in the schema.
The text was updated successfully, but these errors were encountered:
One of the primary goals of Dyngoose is strict typing, which isn’t possible with unknown attributes. If this gets more interest it’s something that could be added though.
sure, thx
my case: I'm using it for replicating SAP tables: vbak sap table Fields can be dynamically added over time, we don't want to miss them. We are simply saving all fields as a Strings. I guess that there are more cases like that in example storing IoT events.
How to solve the case where only one PK is known parameter in the table, others column names are not known.
Can we somehow at least save such entry.
In dynamooose there is param 'saveUnknown' defined in schema - it lets you specify if the schema should allow properties not defined in the schema.
The text was updated successfully, but these errors were encountered: