datadotworld / data.world-py

Python package for data.world
https://data.world/integrations/python
Apache License 2.0
102 stars 28 forks source link

[PAP-34] Update python SDK to remove information about searching using resource_id #130

Closed nikhilhegde-ddw closed 2 years ago

nikhilhegde-ddw commented 2 years ago

Ticket : https://dataworld.atlassian.net/browse/PAP-34

nikhilhegde-ddw commented 2 years ago

Yes, tested it manually. Now passing resource_id arg to search_resources gets ignored instead of returning the error. Since resource_id arg is not supported in searching anymore and we are removing it as arg to search_resources, felt new unit test was not needed. Current unit test doesn't need any update it uses only required argument 'query' and was not using any optional arg and resource_id was a optional arg.