qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

regression: `qri init` creates a schema #978

Closed dustmop closed 4 years ago

dustmop commented 4 years ago

Running qri init without --source-body-path should create an example csv file, and an empty meta, and a structure with a format = "csv" but no schema. I thought this was working at some point, but now a schema is also generated in the structure. Need to fix this and add a test to make sure it doesn't great again.

dustmop commented 4 years ago

Related issues: https://github.com/qri-io/qri/issues/953, https://github.com/qri-io/qri/issues/958.

dustmop commented 4 years ago

Fixed by https://github.com/qri-io/qri/pull/986.