Skip to content

merged dataset should accept a list of strings #694

@FinchPowers

Description

@FinchPowers

Blog post about MLDB Hacktoberfest 2016


To create a merged dataset, one must specify the dataset with objects containing the "id" key. Eg.:

{
    'type' : 'merged',
    'params' : {
        'datasets' : [{'id' : 'ds1'}, {'id', 'ds2'}]
    }
}

If would be convenient if the ids would also work directly. Eg.:

{
    'type' : 'merged',
    'params' : {
        'datasets' : ['ds1', 'ds2']
    }
}

Context

Task

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions