-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO:Argo workflow on SQLFlow #1066
Comments
This was referenced Oct 25, 2019
Yancey1989
changed the title
[Highly Available sqlflowserver] TODO list
TODO: Couler and SQLFlow
Nov 15, 2019
This was referenced Nov 21, 2019
Merged
Merged
10 tasks
Merged
This was referenced Dec 10, 2019
This was referenced Dec 24, 2019
I am closing this issue since we have completed all the items. Great job! @Yancey1989 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlflowserver.proto
to addRun
andFetch
interface Update sqlflow.proto to support async submit SQLFlow job #1198Fetch
interface invoke argo.Fetch to fetch logs and status. gRPC fetch interface invoke the argo.Fetch #1525Run
andFetch
.codegen_couler.go
to generate Couler program. implement couler codegen #1268kubectl
command-line to submite the Argo YAML. Submit Argo workflow #1252codegen_couler.go
generates Argo yaml with speicify cluster configuration file. add couler cluster config #1379sqlflowserver
calls third-party Parser to parse/split the SQL program.sqlflow -parse
to generate IR as a Protocol Buffer text fileThe text was updated successfully, but these errors were encountered: