Below is the code I'm using to fetch data from databricks which has some utf-8 encoded char ( ) in the data. sql_query = f""" SELECT Column FROM table LIMIT 10 """ host = os.getenv("DATABRICKS_HOST") ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results