Skip to content

Datafusion error: External error: Failed to get a credential from UnityCatalog client configuration. #3236

@djouallah

Description

@djouallah

Environment

Delta-rs version: 0.25

Binding: Python

Environment:

  • OS: Windows 10

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions