William Sheu
02/27/2021, 12:46 AMdagster-k8s/config
seems to no longer work for the spawned jobs -- I have this annotation on both my pipeline and each of my solids; it seems to be applied properly to the dagster-run
jobs, but not the dagster-job
jobs anymore. Did something change about the behavior of these tags?some_solid = some_solid.tag(**some_solid.tags, { <k8s config tags> })
). Changing this seems to have fixed it.alex
03/01/2021, 4:26 PMWilliam Sheu
03/01/2021, 11:15 PMalex
03/01/2021, 11:35 PMMatyas Tamas
03/01/2021, 11:55 PMalex
03/02/2021, 12:10 AM