Odata factory could support creation from filtered url
The creation of drb node from url shall support full odata URL like:
```
nodes = DrbFactory.create('https://beta.databridge.gael-systems.com/gss-catalogue/Products?$filter=Attributes/OData.CSC.StringAttribute/any(att:att/Name%20eq%20%27productType%27%20and%20att/OData.CSC.StringAttribute/Value%20eq%20%27MSI_L0__GR%27')
```
issue