cancel
Showing results for 
Search instead for 
Did you mean: 
burusam
New Contributor
since ‎11-13-2023
‎11-13-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have this script:  from databricks import sql import os import pandas as pd databricksToken = os.environ.get('DATABRICKS_TOKEN') connection = sql.connect(server_hostname = "", http_path = "", access_token ...