azure-databricks-client icon indicating copy to clipboard operation
azure-databricks-client copied to clipboard

Wrong request URI name for getting columns data lineage

Open M3H0VV opened this issue 1 year ago • 0 comments

The file containing "LineageApiClient" method "GetColumnsLineage" has an incorrectly defined request URI. There is: .../table-lineage... but should be: .../column-lineage...

The problem is located in line number 29 in the file: https://github.com/Azure/azure-databricks-client/blob/master/csharp/Microsoft.Azure.Databricks.Client/UnityCatalog/LineageApiClient.cs

M3H0VV avatar Jul 01 '24 14:07 M3H0VV