From 3ba9e6bf0f064ad44dafe182795a7731f82bb0d7 Mon Sep 17 00:00:00 2001 From: ArthurKordes <75675106+ArthurKordes@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:47:42 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e47db36..3395e39 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ This repository contains functions that will ease the use of Great Expectations. DISCLAIMER: Repo is in PoC phase -DISCLAIMER: The functions can run on Databricks using a Personal Compute Cluster - # Getting Started Run the following code in your workspace: @@ -29,6 +27,10 @@ results, brontabel_df, bronattribute_df, dqRegel_df = dq_suite.df_check(dfs, dq_ ``` +# Known exceptions +The functions can run on Databricks using a Personal Compute Cluster or using a Job Cluster. Using a Shared Compute Cluster will results in an error, as it does not have the permissions that Great Expectations requires. + + # Updates version = "0.1.0" : dq_rules_example.json is updated.