python-odata
python-odata copied to clipboard
How to do multiple expansions?
If I have a query like:
https://jacksonlabstest.platformforscience.com/DEV/odata/INDIRECT_CALORIMETRY_ASSAY_DATA$count=true&$expand=EXPERIMENT_SAMPLE($expand=ENTITY/pfs.MOUSE_SAMPLE_LOT($expand=MOUSESAMPLELOT_CBABATCH))
(ie nested expansions) How do I specify these using this library? I've tried a dozen different things but can't seem to figure it out.