generated from dhairya/scenario_template
System save at 09/10/2024 14:52 by qatest
This commit is contained in:
parent
ea7480ea30
commit
01f89644a0
@ -83,7 +83,7 @@
|
||||
"from tms_data_interface import SQLQueryInterface\n",
|
||||
"\n",
|
||||
"class Scenario:\n",
|
||||
" seq = SQLQueryInterface(schema=\"test_schema_test\")\n",
|
||||
" seq = SQLQueryInterface(schema=\"test_the_schema\")\n",
|
||||
" def logic(self, **kwargs):\n",
|
||||
" validation_window = kwargs.get('validation_window', 300000)\n",
|
||||
" time_window_s = int(validation_window/1000)\n",
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"from tms_data_interface import SQLQueryInterface\n",
|
||||
"\n",
|
||||
"class Scenario:\n",
|
||||
" seq = SQLQueryInterface(schema=\"test_schema_test\")\n",
|
||||
" seq = SQLQueryInterface(schema=\"test_the_schema\")\n",
|
||||
" def logic(self, **kwargs):\n",
|
||||
" validation_window = kwargs.get('validation_window', 300000)\n",
|
||||
" time_window_s = int(validation_window/1000)\n",
|
||||
|
||||
2
main.py
2
main.py
@ -80,7 +80,7 @@ FROM
|
||||
from tms_data_interface import SQLQueryInterface
|
||||
|
||||
class Scenario:
|
||||
seq = SQLQueryInterface(schema="test_schema_test")
|
||||
seq = SQLQueryInterface(schema="test_the_schema")
|
||||
def logic(self, **kwargs):
|
||||
validation_window = kwargs.get('validation_window', 300000)
|
||||
time_window_s = int(validation_window/1000)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user