Concepts
Last updated
Was this helpful?
Last updated
Was this helpful?
A Datamart function is a plugin of type DATAMART_FUNCTION
, which can be created via the API following the standard process or through the computing console interface.
It consists of a State and a Result:
Each new activity updates the State.
When the current value of a field is needed, it is computed from the State to generate the Result.
A computed field is an instance of a Datamart function applied within a specific context. To use it, it must be declared in your schema.
The lifecycle of a Computed Field has not been implemented yet and may change between the Alpha phase and General Availability.
Its lifecycle follows these steps:
INITIAL – The instance is created with this status.
INITIAL_LOADING – Once declared in the schema and successfully validated, an initial loading job is triggered.
ACTIVE – The computed field becomes active if the job is completed successfully.
PAUSED – An active computed field can be paused, stopping all updates until resumed.