-
Re: Upgrade Instance in AWS Fleet Manager : Snapshoots
Hi @IsaacChavez , Fleet Manager manages the upgrade of DSS instances, you do not need to perform any additional configurations after you reprovision the instance. Note, rebuilding code envs and retra…1 · -
Re: Job failed: Error in Python process: At line 20: : wavelength
Hi @Kay , It appears you are importing project library code and the error is coming from the custom code you've added under file name "TransformFTIR". My recommendation would be to review t…1 · -
Re: Problem with file actions
Hi @Andrew94 , This error is coming from Azure. You can see the line of code it hits by searching "InvalidNamedUserOrNamedGroup" here: : https://github.com/Azure/databox-adls-loader/blob/ma…1 · -
Re: Copying data from local managed folder to S3 managed folder
Hi @harsha_dataiku , Yes, you can do so with the managed folder read/write APIs: https://doc.dataiku.com/dss/latest/connecting/managed_folders.html#usage-in-python The following code should work for …1 · -
Re: Turn a custom model in the flow into a model object
Hi @tanguy , There is example code in the link I provided above (see here). I've added the code below for reference: import dataiku # if using API from inside DSSclient = dataiku.api_client()project …1 ·