Workaround for long running collection relation item name to id conversion
Compare changes
@@ -181,6 +181,4 @@ def get_latest_resources_for_format(collection_name, resource_format):
@@ -181,6 +181,4 @@ def get_latest_resources_for_format(collection_name, resource_format):
resources_with_asked_type = [r for r in resources if r.get('format').upper() == resource_format.upper()]