You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: