leaf_engine.utils.batch ======================= .. py:module:: leaf_engine.utils.batch Functions --------- .. autoapisummary:: leaf_engine.utils.batch.create_batch_record_from_params leaf_engine.utils.batch.update_params_with_batch Module Contents --------------- .. py:function:: 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. .. py:function:: update_params_with_batch(params: Dict, batch_params: Dict) -> None Adds batch params in the expected locations of the full param dictionary in-place.