Baruch Oxman
Baruch Oxman
Hi, Please see the following chart: http://i.stack.imgur.com/qAb0t.png (attached in the answer to my [StackOverflow question](http://stackoverflow.com/questions/35257305/mongoengine-is-very-slow-on-large-documents-comapred-to-native-pymongo-usage)) - it shows that the bottleneck is in "DictField.to_python" (being called 600,000 times).
Same here. Looks like a false-positive error..
+1 on this. In the meantime, I've implemented this as an extension class over pbipy, feel free to adopt this code with adjustments: ``` class Import: _REPR = [ "group_id",...
> @ManonGirard26 @baruchoxman > > I've implemented this as well as methods for the endpoints associated with [Post Import](https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import). Feel free to take a look/test drive by installing the branch...
@andrewvillazon Tested and it works well for me. Looking forward for the merge and an official release, to update our dependency. Thank you!
> @baruchoxman if it helps, the parser for my language supports cPyparsing and pyparsing 3 by using the camelCase API and also a small shim to handle the different behavior...