Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pipelines] Pipelines should be parametrized #39

Open
rgreinho opened this issue Oct 23, 2022 · 0 comments
Open

[pipelines] Pipelines should be parametrized #39

rgreinho opened this issue Oct 23, 2022 · 0 comments
Labels
kind/feature New feature request

Comments

@rgreinho
Copy link
Member

Feature Request

Current Behavior

The parameters are hard-coded in the pipeline file itself.

Expected Behavior

The same pipeline could run with difference input parameters without have to recompile it.

Possible Solution

  • Create a json or toml file which would contain the context:
    {
       "output_directory": "./output"
       "city_rating_file": "city_rating_2021_v15.csv"
    }
@rgreinho rgreinho added the kind/feature New feature request label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant