database procedure calls

Ankit96140
Level 2
database procedure calls

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 ? 

2 Replies
Clรฉment_Stenac

Hi,

It is highly dependent on the database. Unfortuantely, we have no experience with stored procedures in Sybase (we don't actually "support" Sybase)

Ankit96140
Level 2
Author

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 ?