You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Client is pointing to a non-existent version (v2.1) of the "lineage-tracking" API, although the latest version of this API is still 2.0. This is causing the following error when trying to use the "lineage-tracking" API: Bad Target: /api/2.1/lineage-tracking/table-lineage/get
API Client is pointing to a non-existent version (v2.1) of the "lineage-tracking" API, although the latest version of this API is still 2.0. This is causing the following error when trying to use the "lineage-tracking" API:
Bad Target: /api/2.1/lineage-tracking/table-lineage/getThe bug is in this line of code:
databricks-cli/databricks_cli/sdk/api_client.py
Line 189 in c62d861
The API Client is classifying "lineage-tracking" as a Unity Catalog API (which does have a v2.1), when it is actually a separate API.