Skip to content

flyteorg/bazelrules_flyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flyte Bazel Rules

Example of how to use the workflow

    workflow(
        name = <my_bazel_rule_name>,
        srcs = [<my_workflow_py_binary_target>],
        main = <my_worklow_python_file>,
        wf_name = <name_of_my_workflow_function_name>,
        wf_packages = <python_path_to_my_workflow>,
        wf_project = <my_worflow_project_name>,
    )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published