Define "parameters" in job as usual and then, try to capture them in DLT by using similar code to this one:
dlt.conf.get("PARAMETER_NAME", "PARAMETER_DEFAULT_VALUE")
It should get parameter values from job if value exists, otherwise it'll set the default value