database procedure calls
Ankit96140
Registered Posts: 9 ✭✭✭✭
Hi Team,
Just wanted to know if Dataiku has support for database procedure calls ? We are trying to execute Sybase procedure and getting multiple errors.
I believe Dataiku internally uses Statement.executeQuery() method and that could be the reason of the errors. Does dataiku has support for procedure calls ?
Answers
-
Hi,
It is highly dependent on the database. Unfortuantely, we have no experience with stored procedures in Sybase (we don't actually "support" Sybase)
-
Thanks for quick reply , yes it is dependent on Database Driver. Also is there any way in Dataiku where we can create custom plugin in java/python ( custom code to fetch data from Sybase DB) and use that to fetch the data ?