REST API Documentation is out of date since the release of Delta Live Tables
When using the `2.0/clusters/list` endpoint in an environment with running clusters provisioned by DLTs, the clusters will be returned with a `cluster_source` value of `PIPELINE`
This is not currently reflected in the relevant documentation which means library maintainers probably don't have the official information they need in order to update their solutions, which in certain cases will mean solutions stop working.
Newtonsoft.Json.JsonSerializationException: Error converting value "PIPELINE" to type 'System.Nullable`1[Microsoft.Azure.Databricks.Client.ClusterSource]'. Path 'clusters[1].cluster_source'. ---> System.ArgumentException: Requested value 'PIPELINE' was not found
I know this seems like a problem with the Microsoft.Azure.Databricks.Client library - but until the databricks docs are updated I can't reasonably propose an update to that library