6.20.1895#

SDK Version attached to KAPPA-Automate 6.20.1895 is version 6.20.4725.

New Features#

The SDK introduces File Folders in kappa_sdk.Well, kappa_sdk.WellGroup, and kappa_sdk.Field objects as kappa_sdk.Well.file_folders. These return a list of kappa_sdk.FileFolder objects.

PVTs have been added to kappa_sdk.Well, kappa_sdk.WellGroup and kappa_sdk.Field objects as kappa_sdk.Well.pvts, returning a list of kappa_sdk.PVT objects.

We have also added file folder utility methods to retrieve all File Folders that match a specific name or to find a specific file folder by its ID.

The SDK supports copying a file under a user task using kappa_sdk.Well.copy_file() and specifying the user_task_id as a parameter.

Improvements#

You can use print(well) and it will output the well name, ID and UWI. Similarly, print(field) will display the field name and ID.