Is there a way to figure out if I have an unused p...
# questions
m
Is there a way to figure out if I have an unused parameter in my
parameters.yml
file?
r
You could use this kedro plugin maybe - https://github.com/noklam/kedro-inspect
m
A plugin with more than 3 stars would be nice 😅. It feels like a script could be written to do this
😂 1
e
@Marshall Krassenstein the plugin is great! you can still check the code itself to get guidance on how to do it. https://github.com/noklam/kedro-inspect/blob/main/src/kedro_inspect/core.py
y
@Marshall Krassenstein I'm definitely laughing at this conversation 😂 @Nok Lam Chan's plugin could have 4 GitHub stars with your help. Nok is one of our senior engineers.
❤️ 2
n
Ah, this explains a lot why I am getting stars lol. I started this just before the VS Code extension so I didn't have the opportunity to polish the plugin👀 @Marshall Krassenstein If you want a lightweight solution, you can find this in our Slack archive. https://linen-slack.kedro.org/t/16363687/hi-i-ve-refactored-a-project-and-i-m-unsure-if-every-one-of-#2ec6932a-61fe-467e-93a0-e11dc04f84f7
Released it on pypi properly now. https://pypi.org/project/kedro-inspect/
🎉 2