Connection String
This section provides information about the driver supported connection string to connect with the API
Steps
import Lyftrondata.MyConnector.lib.Lyftrondata_MyConnector_Connector as con
lyft = con.Connect("My Lyftrondata license key")
init = lyft.initialise(username="my username",password="my password")
df = lyft.execute_query("Select * from my sys.connectionstring")
print(df) //my pandas dataframeQuickstart Steps
Questions?
Last updated