-
Re: pickle problem in custom python model
Hi, Unfortunately, no workaround is possible "as-is". The pickle concept requires that the class be defined in a top level namespace, which is not the case here in a block of code which is …1 · -
Re: Issue creating Python code-env on a machine with no internet access
Hi, Code envs will use "pip install -r requirements.txt" with a requirements.txt made of the packages you requested. By design, code envs will never try to reuse packages that are already i…1 · -
Re: DSS unable to connect to Hiveserver2 (MapR)
Hi, It looks like DSS couldn't automatically detect Hive, and hasn't enabled Hive. Try editing bin/env-hadoop.sh and setting DKU_HIVE_ENABLED=true You'll need to restart afterwards1 · -
Re: Join: All tables are in SQL DB but Dataiku can't use SQL as execution engine
Hi, We confirm that this is the expected behavior of DSS. Only tables (or views, which can be read as tables) can be used as inputs of the "SQL query" recipe. If needed, you can either crea…1 · -
Re: SQL Script multiple statements in Teradata connection
Hi, Please try checking "Autocommit" in the Teradata connection settings - ignore the warning saying that it's not recommended1 ·