data.world-py
data.world-py copied to clipboard
New schema-import command
Something like:
dw schema-import --dataset shad/testing --csv schema.csv
The CSV would be the simplified format that we export from the UI. (note: ignore the Type
column)
Optionally, the matching command might be nice (but not essential)
dw schema-export -d shad/testing --csv > schema.csv