Yan Xu
Yan Xu
Some one deploy diego with nise_installer?
SQLFlow compiler uses `Couler` to generate Argo workflow. Yesterday, the [couler-proj/couler](https://github.com/couler-proj/couler) team found me and wanted to use [couler-proj/couler](https://github.com/couler-proj/couler) in the SQLFlow project. After reading the code of [couler-proj/couer](https://github.com/couler-proj/couler), finding...
Sometimes, users need to import data in SQLFlow playground, we should provide a tutorial to tell users how to do that, which includes: - [x] install python/mysql-client in Jupyter Docker...
# Rethinking SQLFlow IR The SQLFlow compiler generates Argo workflow, which is a `.YAML` file. Each workflow step call SQLFlow `runtime` library to submit an AI job or SQL job....
The db.py is too huge that L529 totally, we should polish it with a new `runtime.db` package.
As the title description.
As the discussion of #2494 , SQLFlow should be a compiler, which generates target code instead of executing the intermediate representation (IR). We should: - [x] A new code generator...
Per discussions on the video meeting with @typhoonzero @shendiaomo ## Two Components in SQLFlow ### Compiler 1. Front, the parser package parses SQL statement(s) and generates IR(s). 2. Semantics Analysis(Runtime),...
I installed the playground with multi-users on Aliyun ECS according to [this tutorial](https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/run/kubernetes.md#setup-sqlflow-playground-with-multi-user-mode). I can not open the step log URL from the following logs: `` text SQLFlow Step: [1/1]...
the `pkg/sql/testdata` folder is referenced by many other packages, and the meaning of `sql` pacakge is not clear. we should move `pkg/sql/testdata` to `pkg/testdata`.