API for plugin recipes#
- dataiku.customrecipe.get_input_names(full=True)#
- dataiku.customrecipe.get_output_names(full=True)#
- dataiku.customrecipe.get_input_names_for_role(role, full=True)#
- dataiku.customrecipe.get_output_names_for_role(role, full=True)#
- dataiku.customrecipe.get_recipe_config()#
- Returns a map of the recipe parameters. Parameters are defined in recipe.json (see inline doc in this file) and set by the user in the recipe page in DSS’ GUI 
- dataiku.customrecipe.get_plugin_config()#
- Returns the global settings of the plugin 
- dataiku.customrecipe.get_recipe_resource()#
- See get_connector_resource() in the custom dataset API. 
 
            