From a336d255b2ae2d1a715ce8cbad094146beb09abe Mon Sep 17 00:00:00 2001 From: mibe Date: Tue, 6 Feb 2024 11:14:18 +0000 Subject: [PATCH] Reducing the notebook testing [run-notebook-tests] --- .../roles/jupyter/files/notebook/utils/jupysql_init.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/jupysql_init.ipynb b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/jupysql_init.ipynb index 71fc8817..4675f761 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/jupysql_init.ipynb +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/jupysql_init.ipynb @@ -24,6 +24,7 @@ "\n", "%load_ext sql\n", "%sql engine\n", + "%config SqlMagic.short_errors = False\n", "%sql OPEN SCHEMA {{ai_lab_config.db_schema}}\n", "%sql {{get_activation_sql(ai_lab_config)}}" ]