ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Allow Datasets to be created with members #1836

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago

Pain Point? Please describe. Datasets have to be created before members can be added.

Desired Solution It would be useful to allow the datasets and members to be created in one call.

Alternative / Workaround Create a dataset, then create members.