Quansight / omnisci-examples

Examples demonstrating different tools for interacting with the OmniSci server
MIT License
4 stars 2 forks source link

omnisci-datascience-installer integration: RBC notebooks doesn't work with omnisci-datascience-installer #8

Closed xmnlab closed 3 years ago

xmnlab commented 3 years ago

UDF notebooks don't work with omnisci-datascience-installer, it depends on rbc 0.4:

The following notebooks are depends on rbc 0.4:

A02_Omnisci_Runtime_UDF.ipynb also uses ibis.omniscidb.sql command, and that depends on https://github.com/ibis-project/ibis/pull/2486

so, as the custom package ibis 1.3.1 are been used, ibis.omniscidb.sql doesn't work.

kcpevey commented 3 years ago

@xmnlab this has been resolved, right?

xmnlab commented 3 years ago

it is working now. some minor issue is related to the docker-compose.yml file, the name of the omnisci.conf file is wrong. I will open a PR to fix that.