Horatiu Bota
08/26/2021, 3:51 PMcompany_name
run parameter when setting the target below (note, this doesn't work because of dict object has no attribute company_name
):
@task(target="{parameters.company_name}/{today}-{task_name}", ...)
i tried parameters.get("company_name")
instead but still no luck. must be a really simple thing i'm missing (sorry for the spam)Kevin Kho
Kevin Kho
Horatiu Bota
08/26/2021, 3:54 PMKevin Kho
Horatiu Bota
08/26/2021, 3:55 PMKevin Kho