You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@click.group("pyflyte", invoke_without_command=True)
@click.option(
"-k",
"--pkgs",
required=False,
multiple=True,
callback=validate_package,
help="Dot separated python packages to operate on. Multiple may be specified Please note that this "
"option will override the option specified in the configuration file, or environment variable",
)
python package yes. dot-deliminated. so like a/b/c would be represented as a.b.c from the folder that a/ lives in. (and there would have to be init files in a, b, and c
Describe the bug
Dot separated python packages does not work for pyflyte.
This doesn't work:
but this does:
https://github.com/flyteorg/flytekit/blob/c011ef7cf47ac8ffc06c48e000cb309d9df99969/flytekit/clis/sdk_in_container/pyflyte.py#L29
Expected behavior
You should be able to pass
Additional context to reproduce
flytekit v1.0.1
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: