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")