Skip to content

Commit 40ed7f6

Browse files
authored
Fix lineage-tracking api version to point to v2.0 (#567)
1 parent 682fd3c commit 40ed7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks_cli/sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_url(self, path, version=None):
186186

187187

188188
def _is_uc_path(path):
189-
return path.startswith('/unity-catalog') or path.startswith('/lineage-tracking')
189+
return path.startswith('/unity-catalog')
190190

191191

192192
def _translate_boolean_to_query_param(value):

0 commit comments

Comments
 (0)