Azure / azure-databricks-client

Client library for Azure Databricks
MIT License
75 stars 63 forks source link

Wrong request URI name for getting columns data lineage #201

Closed M3H0VV closed 2 months ago

M3H0VV commented 4 months ago

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