acoustic-carpenter-78188
05/06/2023, 8:43 AMpyflyte register workflows --image <http://ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b0|ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b0>
This image exist https://github.com/flyteorg/flytekit/pkgs/container/flytekit/86821037?tag=py3.11-sqlalchemy-1.6.0b0
I can see that the workflow is registered. However, when i look at the image, it is defaulted to
<http://cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0|cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0>
might have been a parsing error here, missing out gr in cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0
Please have a look at the screenshot below:-
Expected behavior
workflow should be using the image given in the cli
Additional context to reproduce
1. Use the sample code that was given here https://raw.githubusercontent.com/flyteorg/flytesnacks/master/cookbook/integrations/flytekit_plugins/sql/sql_alchemy.py
2. Then try to register the workflow using "pyflyte register workflows --image ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b"
3. Go to the web ui and look at the task details, expand the tree, goto -> container -> image name
Screenshots
flyte-image-web▾
register-flyte-workflow▾