leaf_engine.utils.batch
Functions
|
Creates a dictionary of batch data that matches the analytics service's |
|
Adds batch params in the expected locations of the full param dictionary |
Module Contents
- leaf_engine.utils.batch.create_batch_record_from_params(params: dynaconf.Dynaconf, record_type: str) Dict
Creates a dictionary of batch data that matches the analytics service’s expected form.
If any values are None, they are not included.
- Parameters:
params (dynaconf.Dynaconf) –
record_type (str) –
- Return type:
Dict