gentle-tomato-480
01/20/2025, 4:47 PMTypeError: bad argument type for built-in operation
when running pyflyte register --version [GITHUB-SHA] [packages]
. The only difference is the --version argument.
It seems to serialize and register the tasks correctly, but does not maange to register any workflows or launchplansgentle-tomato-480
01/20/2025, 4:53 PMgentle-tomato-480
01/20/2025, 5:05 PM--version
doesn't fix it so probably an issue in my codegentle-tomato-480
01/20/2025, 5:12 PM@task
aren't allowed to have boolean values, which makes sense. Should be all strings as that's what env vars normally are toogentle-tomato-480
01/20/2025, 5:14 PMcareful-australia-19356
01/24/2025, 10:36 PM