-
Notifications
You must be signed in to change notification settings - Fork 914
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
What do our users use parameters for? #2240
Comments
I think telemetry will be masked at source, we won't be able to check the contents of the parameterisation it will just look like |
We have a lot of internal validation that passing the global I would love to see the |
It's the 2 year anniversary of this issue and, while the questions haven't changed much, it's not a priority. There are other pressing issues with parameters that users are complaining about, for example #4437. I'll close this for now, we can always reopen or create a fresh research plan. |
Description
Parameters in a Kedro project has been a long-standing feature. Users are able to interact with parameters for the data engineering and data science pipelines by using:
parameters.yml
file located inconf/base
parameters
folder and adding relevant parameters according to their own naming scheme or because Kedro creates parameter files when you create a new pipelineWe have yet to learn what our users have been using parameters for, and it's time to understand this so that we can better support their use cases.
The scope of this ticket includes:
Data sources
There are a few data sources that can be leveraged to support this project:
kedro-telemetry
to see the use case forkedro run --params param_key1:value1,param_key2:2.0
in actionRandom thoughts
I have been curious about supporting the reporting use case, e.g. it appears that some teams will create Jupyter notebooks and include parameters that can be changed in the notebook. The idea is that an end user can change those parameters, run the pipeline from there, and then see the charts and generated tables. If this use case is prevalent (I have no data to say that it is), could this be supported on Kedro-Viz - users change the parameters, run the pipelines and see dashboards?
The text was updated successfully, but these errors were encountered: