Read task level parameters in python

DineshOjha
New Contributor III

I am creating Databricks jobs and tasks using a python package. I have defined a task level parameter and would like to reference it in my script using sys.argv. How can I do that ?