sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

Brings SQL and AI together.

Results 107 sqlflow issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/13348433/98188948-f39d1400-1f4e-11eb-8f7e-25964b33c694.png) ![image](https://user-images.githubusercontent.com/13348433/98064340-0c44f580-1e8d-11eb-8245-602608adbcfc.png)

In the refactored code, we use Couler to generate an Argo YAML file to submit to the Kubernetes cluster to run. A generated Couler program should look like: ```python def...

If the workflow submission fails, the error message may be: ``` getCurrentStepGroup: checkNodeType failed Steps(expected) != (actual) ``` It may be hard to know the error is workflow submission failure...

The current `sqlflow release repo ...` command does not output kaniko build log, the error message can only be viewed on the server-side. We should pipe the kaniko log to...

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...

Start sqlflowserver in the Docker container by `./sqlflowserver &`, then run SQL statement ``` create table mytable as select ...; ``` if `mytable` is already exists, the below error is...

# 官网文档结构: 1. 快速开始 / Quick Start (描述体验 SQLFlow Playground的流程,添加指向教程、语法、模型文档的链接) 1. 云端体验 / Cloud Playground 1. 部署 / Deployment 1. 本地快速安装 / Local Try Out 1. 在Kubernetes集群上部署 / Deploy on...

As discussed before, we'd better add a local mode for SQLFlow, because: 1. users may want a more light weight installation way, for just try out SQLFlow on her/his PC...

design
Refactory

We need to refine our Chinese doc system: - [ ] add installation docs - [ ] install in VM - [ ] install in Kubernetes - [ ] add/modify...