Oops: an unexpected error occurred The value of parameter linuxConfiguration.ssh.publicKeys.keyData is invalid., caused by: OnNextValue: OnError while emitting onNext value: retrofit2.Response.class
I've created one flow which takes input file from S3 based on Scenario trigger parameters and run the flow and finally saves the processed data into S3 in different locations based on the parameters it'll upload into different path. When I'm triggering the above flow with different scenarios to build ALLOC_STEP9_copy with…
Hey Dataiku users, I just wanted to know how I can convert a very big binary data file to a human readable file like xml/ csv or anything that I can see the decoded data? Thank you! Operating system used: Windows
In my case, I want to trigger Dataiku project from external python script that runs on Airflow cluster. How can I trigger entire project workflow in Dataiku with passing some arguments from python script to Dataiku project. And how to access those arguments in Dataiku.
Hi There, Our team is getting started with exporting our model output into Tableau. We can do this through the Hyper export Plugin. But we would like to also do this programmatically through the python code recipe. Goal - Publish a dataset to Tableau Server using python code and not the plugin.
I have a dataset with US Zip Codes in it, which are obviously very similar to integers. I need to do some processing in python on them, and have built a notebook to do so. However when I call: my_dataset= dataiku.Dataset("my_dataset") my_dataset_df = my_dataset_df.get_dataframe() I find that sometimes my Zip Codes get…
Hello, i am importing a column into a project, from Excel. The column is coming in as 'Money Value' ie: $12,000.00 I'm trying to convert or transform the values to a number (decimal, etc). I've researched but haven't been able to find a method. I'd like to include this in my Dataiku workflow and not have to reformat in…
In my data I have two different types of data that I basically want to treat the same way. In one I have a column with array data, like: ColumnA[A,B][A][B,C] I want to dummy encode these to make something like: ColumnA_AColumnA_BColumnA_C110100011 And then in another case I have a set of columns like:…
Hi everyone, I recently created this Dataiku account (mostly for Dataiku Academy), and thus I'd like to delete my old account, created with a different email address, that I don't use anymore. Could you help me with this ? Thanks
Hi, I am new in Dataiku and I would like to know how to save a regressor as an output in a python recipe. I have seen an option to load a model Interaction with saved models — Dataiku DSS 11 documentation How can I set as an output the model created for example in this function: def train_model(X_train: pd.DataFrame,…
Create an account to contribute great content, engage with others, and show your appreciation.