generated from dhairya/scenario_template
System save at 04/10/2024 15:18 by qatest
This commit is contained in:
parent
d526b38524
commit
96a0b15def
@ -18,16 +18,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from tms_data_interface import SQLQueryInterface\n",
|
"from tms_data_interface import SQLQueryInterface\n",
|
||||||
"seq = SQLQueryInterface(schema = \"qa_schema\")"
|
"seq = SQLQueryInterface(schema = \"qa_schema\")\n",
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"id": "b1272d9b-3219-4785-a5ba-516a8cad02c3",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"seq.execute_raw(\"show tables\")"
|
"seq.execute_raw(\"show tables\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
11
main.ipynb
11
main.ipynb
@ -18,16 +18,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from tms_data_interface import SQLQueryInterface\n",
|
"from tms_data_interface import SQLQueryInterface\n",
|
||||||
"seq = SQLQueryInterface(schema = \"qa_schema\")"
|
"seq = SQLQueryInterface(schema = \"qa_schema\")\n",
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"id": "b1272d9b-3219-4785-a5ba-516a8cad02c3",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"seq.execute_raw(\"show tables\")"
|
"seq.execute_raw(\"show tables\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
5
main.py
5
main.py
@ -12,11 +12,6 @@ import pandas as pd
|
|||||||
|
|
||||||
from tms_data_interface import SQLQueryInterface
|
from tms_data_interface import SQLQueryInterface
|
||||||
seq = SQLQueryInterface(schema = "qa_schema")
|
seq = SQLQueryInterface(schema = "qa_schema")
|
||||||
|
|
||||||
|
|
||||||
# In[ ]:
|
|
||||||
|
|
||||||
|
|
||||||
seq.execute_raw("show tables")
|
seq.execute_raw("show tables")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user