6.30.3276#
SDK Version attached to KAPPA-Automate 6.30.3276 is version 6.30.5769.
New Features#
KwScriptNew class exposing KW scripts attached to a well, with properties
KwScript.id,KwScript.name,KwScript.target_module,KwScript.kw_service_id, andKwScript.parent_id.Well.kw_scriptsNew lazy-loaded property returning the list of
KwScriptobjects contained in the well.Well.delete_kw_script()Delete a
KwScriptfrom the well and update the cached list.AutomaticRTMForecastDurationTypeEnumNew enum with values
elapsed_hours,end_date, andeurto control how forecast duration is specified.- New forecast duration modes on
AutomaticRTMForecastSettingsandField.create_automatic_rtm_aggregator() Forecasts can now use an end date (
end_date) or EUR-based duration (eur) in addition to the existing elapsed-hours mode. New properties:AutomaticRTMForecastSettings.forecast_duration_type,AutomaticRTMForecastSettings.forecast_end_date,AutomaticRTMForecastSettings.abandonment_rate.AggregatorNew read-only class exposing aggregators on a
Field, with propertiesAggregator.id,Aggregator.name,Aggregator.creation_date,Aggregator.aggregator_type,Aggregator.well_ids, andAggregator.well_ids_in_error.AggregatorTypeEnumNew enum with values
automatic_rtm,nod_workflow,user_task, andinteractive_production_analysis.Field.aggregatorsNew lazy-loaded, cached property returning the list of
Aggregatorobjects defined on the field.WellGroup.aggregatorsNew property returning the list of
Aggregatorobjects defined on the well group.Data.set_as_reference()New method to set a
Dataas the reference data of its data-type in the well.ProductionFolder.shut_in_idandProductionFolder.user_task_idNew properties exposing, for a corrected production, the id of the shut-in used to create it and its user task id (both
Nonefor a raw production folder).
Breaking Changes#
forecast_sloperemoved fromAutomaticRTMForecastSettingsThe
forecast_slopeproperty and constructor parameter have been removed. The server no longer supports this field.AutomaticRTMForecastSettings.forecast_durationis nowOptional[float]Previously always required,
forecast_durationis now optional and only applicable whenforecast_duration_typeiselapsed_hours.