From c7535b87ac7a6ad4e2e3932526f42678ce210181 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Fri, 20 Dec 2024 11:57:13 +1100 Subject: [PATCH] added dbx providers --- .../src/databricks_workspace/v00.00.00000/services/repos.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml b/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml index 12da1026..a0a2830e 100644 --- a/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml +++ b/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml @@ -58,6 +58,10 @@ paths: type: string personal_access_token: type: string + example: + git_provider: gitHub + git_username: testuser + personal_access_token: something description: Creates a Git credential entry for the user. Only one Git credential per user is supported, so any attempts to create credentials if an entry already exists will fail. Use the PATCH endpoint to update existing credentials, or