From edf3b2239b423b911e58ee9916199be6217d904d Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 21 Apr 2023 13:46:43 +0200 Subject: [PATCH] Remove sandbox directory (#354) This directory is not in use. --- sandbox/databricks.yml | 5 ----- sandbox/test.py | 1 - 2 files changed, 6 deletions(-) delete mode 100644 sandbox/databricks.yml delete mode 100644 sandbox/test.py diff --git a/sandbox/databricks.yml b/sandbox/databricks.yml deleted file mode 100644 index 374e3c18..00000000 --- a/sandbox/databricks.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: dev -profile: demo -isolation: none -dev_cluster: - cluster_name: Shared Autoscaling \ No newline at end of file diff --git a/sandbox/test.py b/sandbox/test.py deleted file mode 100644 index 9329274a..00000000 --- a/sandbox/test.py +++ /dev/null @@ -1 +0,0 @@ -spark.sql('show tables').show() \ No newline at end of file