-
Re: Get the pattern of a partitioned managed folder
Hi @Moon11 , You can get the partitioning pattern of a managed folder by using the API client: import dataikuclient = dataiku.api_client()project = client.get_default_project()# Set this to the ID of…1 · -
Re: Manipulate Excel File contained in Sharepoint Managed Folder in a Python Recipe using openpyxl
Hi @Thai_Duong , The load_workbook() function also accepts a file object, but it requires the file object to support the seek method. Managed folders don't directly support seeking, but we can work a…2 · -
Re: Map Storage Type and Window Visual Recipies
Hi @tgb417 , I was able to reproduce this issue on my end using DSS 11.0.1. It appears to be a limitation of visual-recipe aggregations. They only support basic types (string, int, double, boolean, d…1 · -
Re: How to setup partitions to run prepare recipe on Spark.
Hi @Henk , We determined that the issue is that when using the Spark engine with Parquet-formatted files, each partition must be in its own directory. In other words, the partitioning pattern must en…2 · -
Re: How to add additional dataset in Python Recipe so that it is also reflected in the project flow.
Hi @Dawood154 , You can add an additional dataset to a recipe in the Inputs/Outputs tab of the recipe settings: Thanks, Zach2 ·