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": [],
|
||||
"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\")"
|
||||
]
|
||||
},
|
||||
|
||||
11
main.ipynb
11
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\")"
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user