-
Re: Can add external conda environment but cannot see kernel in jupyter notebook.
Hi, Try clicking the "(Re)install Jupyter support" button in the "General" page of the code env.1 · -
Re: Conversion to Parquet fails in Hadoop HDFS
Hi, Dataiku does not support "home made" Hadoop distributions. You may have some success by editing the "bin/env-hadoop.sh" file, locating the "DKU_HIVE_CP" line, and ad…1 · -
Re: Define global job limit on recipe engine
Hi, DSS does not have feature to limit activities per engine type.1 · -
Re: " Parse next line as column headers" option not working for csv files
Hi, You need to go in the Schema tab, remove all columns, then click on the "Update preview" button to reload the new columns4 · -
Re: create_dataset() missing 1 required positional argument: 'type'
Hi, The argument is not called "name" but "dataset_name", so you can use either: create_dataset("administration", "Filesystem") or create_dataset(dataset_name=…1 ·
