cancel
Showing results for 
Search instead for 
Did you mean: 
flourishingsing
New Contributor III
since ‎02-13-2026
Wednesday

User Stats

  • 3 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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:These are then parsed using argparse Python module.  
I have few jobs that run serverless. Currently there is only one task for each job. These tasks have multiple parameters, some of which are shared between the jobs, some are unique to each jobs.Is it possible to define all the parameters for all the ...