Hi, I wonder if the development roadmap will ever allow for some basic syntax checking/highlighting in the code editor? I realise a full online IDE might be out of the question, but something like checks for PEP8 compliance would be really beneficial.
Could something like PEP8 be added as a validation step?
Well, in the meantime, is it possible at all to install the 'dataiku' package so I can have access to the methods from a local IDE? It does not show up in pip, except for dataiku-api-client (which does not have the bindings I need).
FYI, this doesn't give you the full API, as several modules are missing from the zip (such as spark). I found a way to get them, but it's a little hacky, and involves uncompiling, and manually copying files back from the dataiku installation directory to my local machine.
I just wish you guys took this way of working more seriously. Doing proper code development in a browser just isn't practical for some things.
Following your instructions linked above, you can see a clear difference in accessible modules between those available on the server, and if you try and install locally:
And guys... please support reasonable markup so we can actually format code snippets and the like. Only supporting raw text for a Q&A field is a bit basic...!