-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export | import doesnt load data, only creates table #132
Comments
not really - all I managed to confirm through hackery was that the first line is all that ever gets read in |
Yeah there's definitely at least a few things wrong:
|
thanks! firing the callback before
so with this I can at least create from a schema definition and load data - since I already have a custom "export" wrapper tool that does just schema dumps (mapbox/dynamodb-replicator#85), I'll probably just add modified versions of the import/put tools to that to get past my restore hurdles for thanks! |
well, looks like
|
ok, I've been banging my head on this too long now.
Simple summary -
import
(andput
) dont actually load data into ddb.I've also tested this with
put
(removing the first line that contains the table schema from the export) after creating a table, with the same result. empty stdout/stderr, and no data added to ddb.running v1.4.1 code:
The tests added in #117 for #96 seem to pass:
and using the direct code (vs the npm installed package) has the same result:
The text was updated successfully, but these errors were encountered: