How can retrieve backfill run parameter in Python?

flourishingsing
New Contributor III

flourishingsing_0-1779284296139.png

I'm trying to run backfill with the following parameter. How can I access this in the Python script?
Do I need to change anything in the yml?

I usually set task parameters the following way:

flourishingsing_1-1779284438804.png

These are then parsed using argparse Python module.