Environment
Delta-rs version: 0.25
Binding: Python
Environment:
Bug
trying to read a table from UC using azure databricks
import os
from deltalake import DeltaTable
os.environ["DATABRICKS_WORKSPACE_URL"] = endpoint
os.environ["DATABRICKS_ACCESS_TOKEN"] = token
os.environ["UNITY_ALLOW_HTTP_URL"] = "true"
dt = DeltaTable("uc://databricks_ne.aemo.xx")
got this error :
DeltaError: Generic error: Datafusion error: External error: Failed to get a credential from UnityCatalog client configuration.
Environment
Delta-rs version: 0.25
Binding: Python
Environment:
Bug
trying to read a table from UC using azure databricks
got this error :
DeltaError: Generic error: Datafusion error: External error: Failed to get a credential from UnityCatalog client configuration.