-
Re: Deleting File from Amazon S3 bucket in R and Python
You can just use https://doc.dataiku.com/dss/latest/python-api/managed_folders.html#dataiku.Folder.delete_path method on Folder. import dataikufold = dataiku.Folder('test')fold.delete_path ('/dumm4.c…1 · -
Re: DATAIKU - append instead of override
Hi I tested out a similar setup and for me it is working. Also note> you dont need to do truncate on the last table post write, just change the first recipe and uncheck "append instead overwr…2 · -
Re: Charts limit 10k points
Usually users have 2K resolution, so 10k points is not more than 2M :-) It's a shame, we cant use charts/dashboards for time series. Plotting for 10 servers a stacked chart (using SubCharts for serve…1 · -
Charts limit 10k points
Where can I change the global limit for charts? Getting this error on dashboards: Too much data to draw. Please adjust chart settings (Would need to draw 14400 objects, limit: 10000)1 · -
Different delegationUID for every user in JDBC connections
Hi, is it possible in DSS 5 set up separate delegationUID ( Impala specific JDBC property) for every user? The property can be set from system variables, but I dont know how to set it to the current …1 ·