-
Plugin : default spark configuration
Hi, I'm creating a PySpark plugin and would like to know : is it possible to add in the plugin configuration (in the recipe.json for instance) a default spark configuration ? This way any user using …1 · -
Re: Create scoring recipe using the API
Thanks ! Those two points were the ones I missed, especially the compute_schema_updates() The code I used (same as on the wiki) : required_updates = scoring_recipe_handle.compute_schema_updates()requ…1 · -
Re: Copying the flow from one project to another project
Hi, While doing the duplicate of your project, you can click on the "Show advanced options" and select the duplication mode as "Full duplication". Greetings1 · -
Re: Error in dataiku API
The solution I've used meanwhile a fix is out : import dataiku project = dataiku.api_client(dataiku.get_custom_variables()['projectKey']) recipe = project.get_recipe('pyspark_recipe_create') # get ou…1 ·