ab_test_fix

This commit is contained in:
Joaquin 2025-07-08 12:26:29 +02:00
parent 2c4e1bc4be
commit 11d4bcf404

View file

@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -30,7 +30,7 @@
"\n",
"import sys\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",
"from dwh_utils import read_credentials, create_postgres_engine, query_to_dataframe, test_connection\n",
"\n",
@ -187,7 +187,7 @@
" stddev(gj.experience_rating) as csat_sdv_per_guest_journey_with_response\n",
" \n",
"from\n",
"\tintermediate.core__ab_test_monitoring_guest_journey gj\n",
"\treporting.core__ab_test_monitoring_guest_journey gj\n",
"where\n",
"\tgj.ab_test_name = '{}'\n",
"group by\n",