microsoft / Purview-ADB-Lineage-Solution-Accelerator

A connector to ingest Azure Databricks lineage into Microsoft Purview
MIT License
90 stars 55 forks source link

Enhance AdbClientProvider to better handle multiple workspaces #228

Open wjohnson opened 6 months ago

wjohnson commented 6 months ago
// static for simple function cache
// TODO: This may cause an issue when you are trying to handle multiple Databricks workspace
private static JwtSecurityToken? _bearerToken;

This could be enhanced to be a dictionary based on the workspace id being provided.