Rishabh Rakwal
Rishabh Rakwal
Is there any way to copy entire database from one sql server to snowflake with the help of python ? Please help !!!!! PLEASE PLEASE
import jaydebeapi server=server database= db user=user password=pswd jclassname="com.teradata.jdbc.TeraDriver" url='jdbc:teradata://server/' driver_args=[url,user,password] jars=['/Users/user/drivers/tdgssconfig.jar','/Users/user/drivers/terajdbc4.jar'] jaydebeapi.connect(jclassname,driver_args,jars) I am getting error of TypeError: Class com.teradata.jdbc.TeraDriver is not found Please HELP PLEASE