Rahul Mehta
01/29/2023, 6:04 PMRahul Mehta
01/29/2023, 6:04 PMrules_flyte
back up to date/upstream some of our own workSam Eckert
01/29/2023, 6:16 PMrules_flyte
. The implementation I put together this week is fairly encapsulated from our stack simply because its so new -- though that is a double edged swordRahul Mehta
01/29/2023, 6:19 PMRahul Mehta
01/29/2023, 6:19 PMvarsha Parthasarathy
02/01/2023, 7:24 PMBrian Tang
02/22/2023, 1:07 AMKetan (kumare3)
Rahul Mehta
02/23/2023, 2:59 PM.register
target, and handle execution w/ a py_binary
target that takes in the launch plan name & user-specified CLI args that are passed to flyte_remote.execute
inside that binary. One interesting concern is that it requires the user to remember to register prior to attempting to launch an execution, and this is an area we'd really like to clean up and make more seamless. Curious if anyone else has different solutions for this?Ketan (kumare3)
Mohd Shahid Khan Afridi
03/20/2023, 3:55 PMresolver
in task container argument changed from usual flytekit.core.python_auto_container.default_task_resolver
to pyflyte.pypi_flytekit.site-packages.flytekit.core.python_auto_container.default_task_resolver
. Did anyone face this issue ? is there a way to control this?Rahul Mehta
03/24/2023, 2:41 PMpyflyte-*
command, just using the py3_image as-is worked (w/ the way that Flyte sets args
for the pods)Rahul Mehta
03/24/2023, 2:42 PMKetan (kumare3)
Ketan (kumare3)
Ketan (kumare3)
James Sutton
04/18/2023, 8:09 PM