sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.09k stars 700 forks source link

Migrate alisa DB driver to python #3076

Open lhw362950217 opened 4 years ago

lhw362950217 commented 4 years ago

We need to migrate alisa DB driver to python, so we can use it in alisa submitter.

weiguoz commented 3 years ago

To achieve this, we need to:

  1. Translate goalisa to pyalisa. #3107
  2. Implement the alisa DBAPI based on the pyalisa. wip #3109
  3. Finally, replace goalisa with alisa DBAPI in SQLFlow