Connect to Teradata from the BeakerX SQL Kernel in JupyterLab
Posted on Apr 10, 2021 in Computer Science • Tagged with programming, Jupyter, JupyterLab, SQL, BeakerX
You can run the following magics in a cell to connect to Teradata from a BeakerX SQL kernel.
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
%classpath add jar /workdir/jars/teradata/tdgssconfig.jar
%classpath …
Continue reading