In implementing "update_resource" to add a new resource at first position we found we had to do an explicit add then reorder despite specifying order matching. This is not how the hdx-python-api is expected to work, and test code elsewhere demonstrates this functionality. This ticket is a placeholder for further investigation.
The first step is probably to add a test to test_integration.py which uses @mcarans method without the separate re-ordering step.
In implementing "update_resource" to add a new resource at first position we found we had to do an explicit add then reorder despite specifying order matching. This is not how the hdx-python-api is expected to work, and test code elsewhere demonstrates this functionality. This ticket is a placeholder for further investigation.
The first step is probably to add a test to test_integration.py which uses @mcarans method without the separate re-ordering step.