Skip to content

Commit

Permalink
Make launch plan registrable by removing requirement for name (flyteo…
Browse files Browse the repository at this point in the history
…rg#3043)

Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Shuying Liang <[email protected]>
  • Loading branch information
wild-endeavor authored and shuyingliang committed Jan 21, 2025
1 parent 6b19e98 commit 4f8d4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/flytekit/integration/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def test_remote_eager_run():
# child_workflow.parent_wf asynchronously register a parent wf1 with child lp from another wf2.
run("eager_example.py", "simple_eager_workflow", "--x", "3")


def test_pydantic_default_input_with_map_task():
execution_id = run("pydantic_wf.py", "wf")
remote = FlyteRemote(Config.auto(config_file=CONFIG), PROJECT, DOMAIN)
Expand Down

0 comments on commit 4f8d4cf

Please sign in to comment.