Closed JVickery-TBS closed 2 years ago
Thanks @JVickery-TBS were you going to add a small test for the feature as well?
Thanks @JVickery-TBS were you going to add a small test for the feature as well?
@wardi I added '--resource-views': True
to the _worker_pool_with_data
test. Should I make a different test method to yield a specific return for the resource_views
index in the json output?
that's what I was thinking, something to show that the resource view data will actually be included in the output (and what format it will follow)
The tests on this repo are now running again if you want to merge from master
that's what I was thinking, something to show that the resource view data will actually be included in the output (and what format it will follow)
@wardi the new pytest is in there now.
Nice. Thanks @JVickery-TBS
…g dataset dumps.
Added --resource-views (-R) flag to the dump datasets api action. The boolean flag allows for the resource views lists to be added into the resource dicts as the index "resource_views".
If there are no views for a resource, it will NOT add the "resource_views" index to the resource dicts.
Also added the new flag to the pytests.