ab_test_fix
This commit is contained in:
parent
2c4e1bc4be
commit
11d4bcf404
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 11,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"import sys\n",
|
"import sys\n",
|
||||||
"import os\n",
|
"import os\n",
|
||||||
"sys.path.append(os.path.abspath(\"./utils\")) # Adjust path if needed\n",
|
"sys.path.append(os.path.abspath(\"../utils\")) # Adjust path if needed\n",
|
||||||
"\n",
|
"\n",
|
||||||
"from dwh_utils import read_credentials, create_postgres_engine, query_to_dataframe, test_connection\n",
|
"from dwh_utils import read_credentials, create_postgres_engine, query_to_dataframe, test_connection\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
@ -187,7 +187,7 @@
|
||||||
" stddev(gj.experience_rating) as csat_sdv_per_guest_journey_with_response\n",
|
" stddev(gj.experience_rating) as csat_sdv_per_guest_journey_with_response\n",
|
||||||
" \n",
|
" \n",
|
||||||
"from\n",
|
"from\n",
|
||||||
"\tintermediate.core__ab_test_monitoring_guest_journey gj\n",
|
"\treporting.core__ab_test_monitoring_guest_journey gj\n",
|
||||||
"where\n",
|
"where\n",
|
||||||
"\tgj.ab_test_name = '{}'\n",
|
"\tgj.ab_test_name = '{}'\n",
|
||||||
"group by\n",
|
"group by\n",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue