From 80c87dd8dbf03a5c049a857bf6c889dc8e7da84c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Sep 2024 19:47:50 +0100 Subject: [PATCH 1/2] updated readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56ad6d5..5a872ca 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,17 @@ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) ![pylint](https://img.shields.io/badge/PyLint-6.43-orange?logo=python&logoColor=white) # databricks-best-practices -running best practices from documentation - ![databricks logo](https://upload.wikimedia.org/wikipedia/commons/6/63/Databricks_Logo.png) -My code and configuration from my recent demos - +My demos covering the following * unit testing * linting * automation -based on the following +based on the following pages [MS Learn page on notebook best practices](https://learn.microsoft.com/en-us/azure/databricks/notebooks/best-practices) [Blogpost on linting in Databricks projects](https://www.alexcole.net/databricks-linting-with-a-new-plugin-for-pylint/) Requires 14.3 LTS - - From 91ae5b690421b0bb78962b9436bd5b9de66f0e02 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:48:35 +0000 Subject: [PATCH 2/2] Updated pylint badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a872ca..8d055fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) -![pylint](https://img.shields.io/badge/PyLint-6.43-orange?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-5.71-orange?logo=python&logoColor=white) # databricks-best-practices ![databricks logo](https://upload.wikimedia.org/wikipedia/commons/6/63/Databricks_Logo.png)