azure-databricks-client
azure-databricks-client copied to clipboard
Wrong request URI name for getting columns data lineage
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