-
Re: Jupyter Notebook Export Dataframe
@tanguy thanks for the quick response. It looks enabled. I tried using the built in python2 environment, and the export button shows up, but when I switched to a customized python env, it does not ap…1 · -
Re: How to sync a partitioned table to a single table efficiently
This partitioned dataset was generated by a Python recipe where each partition ID were feed into the recipe to by using the dataiku.dku_flow_variables["DKU_DST_ID"] from this dataset. Any a…1 · -
How to sync a partitioned table to a single table efficiently
Hi, In my workflow, it generates a partitioned datasets with over 10000 partitions, each partition is just one row of data. I am currently sync this data set to a single table, but I found it very in…1 ·