Chandrashekhar Kotekar
07/10/2023, 2:59 PMpyflyte --pkgs src package
command starts executing the given launch plan and workflow from the local setup itself instead of just packaging the launch plan, workflow and tasks?
3. Is there any flytectl command to see details of the launch plan? For example - how frequently a particular launch plan is scheduled to execute?Thomas Blom
07/10/2023, 3:16 PMChandrashekhar Kotekar
07/10/2023, 4:10 PMActivating a Schedule
comes AFTER initializing launch plan. my 1st question was around the same thing. How to register / initialize the launch plan?Thomas Blom
07/10/2023, 5:12 PMLaunchPlan.get_or_create()
You tell it what workflow to run, how often, and what the inputs should be.Chandrashekhar Kotekar
07/10/2023, 6:48 PMpyflyte package
command from my laptop, is it expected that launch plan will start running workflow from my laptop itself?Yee
Chandrashekhar Kotekar
07/10/2023, 7:41 PMpyflate package
step only "packages" the launch plan, workflow and tasks? In my case I have Flyte demo and sandbox clusters in Docker Desktop. Is is the reason that pakcage command begins executing the launch plan on the laptop itself?Yee
import …
like it will run import on all your filesChandrashekhar Kotekar
07/10/2023, 8:52 PM__init__.py
is making the code run