Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

[IBIS] Write an expression to a database table #144

Open xmnlab opened 3 years ago

xmnlab commented 3 years ago

The idea is to add support to write an expression to a database table.

There is a discussion at https://github.com/ibis-project/ibis/issues/2339.

Currently, it is not clear the way to go, Jeff added some comments about what is his idea.

For now, it is necessary at least (for omniscidb backend) to add this option to the create_table method. An initial work can be accessed at: https://github.com/Quansight/ibis/tree/add-temporary-table

PS: I need to check if I need to push that to ibis-project/ibis or omnisci/ibis-omniscidb