arjuna.engine.data.factory module

class arjuna.engine.data.factory.DataReference

Bases: object

classmethod create_contextual_data_ref(ref_config, file_path)
classmethod create_indexed_data_ref(ref_config, file_path)
classmethod load_all(ref_config)
class arjuna.engine.data.factory.DataReferences

Bases: object

as_dict()
update(data_refs)
arjuna.engine.data.factory.create_file_data_source(file_path, *, context, delimiter='\t')
arjuna.engine.data.factory.get_data_file_path(data_dir, fpath)