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.