-
Can't create Conda code envs
Hi, I am trying to create a code environment managed by conda from the settings interface but it keeps failing and returning the following message: Environment creation failed ERR_CODEENV_ENV_CREATIO…2 · -
Connect HFSQL database to dataiku
Hi, I'm new to Dataiku and I have a question. Can i connect a HFSQL database to dataiku ? Thank you for the reply1 · -
Extract text from html stored in column
How would one extract the text and strip all the html. parseHTML() gives me just the html back, and htmlText() gives me the html as text (no brackets)1 · -
Split single source data file into multiple
I have a single zip file of data uploaded and would like to split it into multiple datasets. The 'split' recipe looks like it splits on row values?1 · -
Extract dict from list and move to columns
I have a column as such: [{"country":"US","uid":"5419068","amount":"34389.38 ... And would like it as so: country | uid | amount US | 5419068 | …1 ·