spotify / luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache License 2.0
17.71k stars 2.39k forks source link

add ChoiceListParameter #3305

Open kitagry opened 1 week ago

kitagry commented 1 week ago

Description

A parameter type complementary to ChoiceParameter that allows for an arbitrarily sized list (0 to n).

Motivation and Context

Convenient addition to the Luigi parameter type inventory.

Have you tested this? If so, how?

I have included unit tests.