narsik123

Results 14 comments of narsik123

> Not actively working on it at the moment. If anybody is interested they can take over this issue Folks any update regarding this issue? If no one has picked...

@chilijung @wwwy3y3 any updates on Oracle? Is that still on the roadmap

@goldmedal are the Oracle DB drivers, present and updated in the engine. Are there tests that have been executed by the engine to validate connectivity? Is Oracle connectivity part of...

@goldmedal I implemented all the steps as illustrated in For more details, see Creating a New Data Source Connector in our [CONTRIBUTING.md](https://github.com/Canner/WrenAI/blob/main/CONTRIBUTING.md). Still seeing only the standard 8 connectors, even...

Got it @onlyjackfrost. and thank you @goldmedal https://github.com/Canner/WrenAI/blob/main/CONTRIBUTING.md needs to have an update wren-ui\src\components\pages\setup\utils.tsx needs to be added as an addition page to update. Testing on going.

@onlyjackfrost please add wren-ui\src\apollo\server\schema.ts to be updated too. The DataSourceName enum should contain the new database, in this instance, ORACLE.

@wwwy3y3 automated MDL creation and load is a double edged sword. It kills the user oversight that is implicit in manual relationship creation. We need to make sure that any...

> perhaps this is a step on the way to [this](https://github.com/Canner/WrenAI/issues/1120#issue-2789131144) Cube looks very interesting. How do you envision adoption in WrenAI

@fredalai or @andreashimin could take a look ? Please let me know to integrate and test with your Oracle instance.

> @narsik123 ,@douenergy I merged this pull request and tried to run it, however it doesn't work, reason : https://github.com/Canner/wren-engine/blob/main/ibis-server/app/model/metadata/oracle.py "SYSTEM" user hardcoded in this file: WHERE t.owner = 'SYSTEM'...