Back to changelog
0.0.20

Import from JSON, CSV, or TSV, and floating stream controls

Import data from a file or paste, the data-streaming controls now float over the table and can be docked, and the JSON slide-out cancels cleanly when you click outside.

Import from JSON, CSV, or TSV, and floating stream controls

A new import flow and a friendlier streaming UI.

Import data from a file or paste

You can now bring data into a DynamoDB table by importing a .json, .csv, or .tsv file — or by pasting any of those formats directly into the import editor. Dynomatic infers the schema, lets you map columns, and writes the records to the target table.

Floating data-streaming controls

The streaming controls (pause/resume, progress, batch size) now float as a panel over the data table instead of taking a fixed position. The panel auto-shows and auto-hides as needed and can be docked left, centre, or right above the table — pick the side that doesn’t cover the rows you’re watching.

Other improvements

  • Clicking outside the JSON slide-out editor cancels the edit and closes the editor.
  • Reload tables is now a Command Palette action — useful when you’ve just added a table (e.g. after deploying a personal SST stage) and don’t want to restart.
  • Query keys are now stable across tab and expression changes, so switching tabs no longer triggers redundant DynamoDB queries and scans.