Currently the details of resources are not shown in the print command for a dataset. This mirrors the data model of HDX/CKAN - resources, resource_views and showcases are their own sort of thing and have links to datasets rather than being part of a dataset.
Perhaps include these features using a --verbose flag, which we are using elsewhere, and embed them as keys inside a dataset. Alternative would be to have flags for each one.
Once we've got "print" cracked we can think about whether other commands should be aware of these elements
Currently the details of resources are not shown in the print command for a dataset. This mirrors the data model of HDX/CKAN - resources, resource_views and showcases are their own sort of thing and have links to datasets rather than being part of a dataset.
Perhaps include these features using a
--verbose
flag, which we are using elsewhere, and embed them as keys inside a dataset. Alternative would be to have flags for each one.Once we've got "print" cracked we can think about whether other commands should be aware of these elements