https://github.com/flyteorg/bazelrules_flyte
https://github.com/flyteorg/bazelrules_flyte
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flyteorg/bazelrules_flyte
- Owner: flyteorg
- License: apache-2.0
- Created: 2021-09-23T20:55:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:12:52.000Z (about 2 years ago)
- Last Synced: 2025-01-08T17:40:17.956Z (over 1 year ago)
- Language: Starlark
- Size: 12.7 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flyte Bazel Rules
#### Example of how to use the workflow
```
workflow(
name = ,
srcs = [],
main = ,
wf_name = ,
wf_packages = ,
wf_project = ,
)
```