You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getting started provides the following code to establish a connection
# Create a connection to the orgcredentials=BasicAuthentication('', personal_access_token)
connection=Connection(base_url=organization_url, creds=credentials)
However, while running this code, the following warning is raised: