From 96a0b15def167e71ea6ced8ef3685e3c9f56fc18 Mon Sep 17 00:00:00 2001 From: qatest Date: Fri, 4 Oct 2024 09:48:26 +0000 Subject: [PATCH] System save at 04/10/2024 15:18 by qatest --- .ipynb_checkpoints/main-checkpoint.ipynb | 11 +---------- main.ipynb | 11 +---------- main.py | 5 ----- 3 files changed, 2 insertions(+), 25 deletions(-) diff --git a/.ipynb_checkpoints/main-checkpoint.ipynb b/.ipynb_checkpoints/main-checkpoint.ipynb index b876e7c..1413d17 100644 --- a/.ipynb_checkpoints/main-checkpoint.ipynb +++ b/.ipynb_checkpoints/main-checkpoint.ipynb @@ -18,16 +18,7 @@ "outputs": [], "source": [ "from tms_data_interface import SQLQueryInterface\n", - "seq = SQLQueryInterface(schema = \"qa_schema\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "b1272d9b-3219-4785-a5ba-516a8cad02c3", - "metadata": {}, - "outputs": [], - "source": [ + "seq = SQLQueryInterface(schema = \"qa_schema\")\n", "seq.execute_raw(\"show tables\")" ] }, diff --git a/main.ipynb b/main.ipynb index b876e7c..1413d17 100644 --- a/main.ipynb +++ b/main.ipynb @@ -18,16 +18,7 @@ "outputs": [], "source": [ "from tms_data_interface import SQLQueryInterface\n", - "seq = SQLQueryInterface(schema = \"qa_schema\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "b1272d9b-3219-4785-a5ba-516a8cad02c3", - "metadata": {}, - "outputs": [], - "source": [ + "seq = SQLQueryInterface(schema = \"qa_schema\")\n", "seq.execute_raw(\"show tables\")" ] }, diff --git a/main.py b/main.py index 6d009bc..183331f 100644 --- a/main.py +++ b/main.py @@ -12,11 +12,6 @@ import pandas as pd from tms_data_interface import SQLQueryInterface seq = SQLQueryInterface(schema = "qa_schema") - - -# In[ ]: - - seq.execute_raw("show tables")