79162704

Date: 2024-11-06 13:07:42
Score: 5
Natty:
Report link

We're facing the same issue.. Tried to create a tokenmanager class to force update the refresh.. No luck so far..

              connection_properties["accessToken"] = token_manager.get_access_token()  # Ensure fresh token
              connection_properties["queryTimeout"] = str(timeout)
              
              df = spark.read.jdbc(url=azure_sql_url, table=query, properties=connection_properties)
              return df

Anybody managed to solve this? Databricks runtime 14.3lts , latest msal

Reasons:
  • Blacklisted phrase (1): No luck
  • RegEx Blacklisted phrase (1.5): solve this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Wim