From dcd4bed08ba839bd251d4c34ac7b39f895aff831 Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Wed, 3 May 2023 09:32:39 +0200 Subject: [PATCH] Update README.md with doc links Signed-off-by: Miles Yucht --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a40dbc05..2050a704c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ The Databricks SDK for Python includes functionality to accelerate development w It covers all public [Databricks REST API](https://docs.databricks.com/dev-tools/api/index.html) operations. The SDK's internal HTTP client is robust and handles failures on different levels by performing intelligent retries. +For additional and cloud-specific documentation, you can consult the following pages: +- [AWS Documentation](https://docs.databricks.com/dev-tools/sdk-python.html) +- [Azure Documentation](https://learn.microsoft.com/en-us/azure/databricks/dev-tools/sdk-python) +- [GCP Documentation](https://docs.gcp.databricks.com/dev-tools/sdk-python.html) + ## Contents - [Getting started](#getting-started)