Hi,
How are you doing today?, As per my understanding, It looks like your init script is correctly installing the ODBC driver for Notebooks, but Apps might not be picking it up because they run in a different context. Have you checked if the Apps are using the same cluster and environment? Sometimes, environment variables or library paths donโt carry over. You could try explicitly setting the LD_LIBRARY_PATH in your init script to make sure the driver is linked properly. Also, running print(pyodbc.drivers()) inside an App can help confirm if the driver is available. If itโs missing, you might need to check permissions or try a different installation approach. Let me know what you find!
Regards,
Brahma