Connection String
This section provides information about the driver supported connection string to connect with the API
Steps
The Lyftrondata driver for Clubspeed provides the connection string steps documented below. For more detailed information about driver connectivity, visit the Connection Steps section of this document.
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 dataframe
Quickstart Steps
Do you have questions about how to use the platform? Don't worry; we've got you covered. Simply follow the quickstart instructions here.
Questions?
We're always happy to answer any additional questions you may have! Set up a meeting with our data experts.
Last updated