Also, getting a `TypeError: bad argument type for ...
# flyte-support
g
Also, getting a
TypeError: 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 launchplans
Is there a constraint on how long a version string can be? Could try using the short SHA instead of the full commit SHA
Nvm. Removing the
--version
doesn't fix it so probably an issue in my code
Right. It seems that env-vars specified in a
@task
aren't allowed to have boolean values, which makes sense. Should be all strings as that's what env vars normally are too
I guess I expected an implicit string conversion to happen, but alas
c
that's a good call, @gentle-tomato-480. Feel free to contribute. Should be a simple change. :-)