diff --git a/integration_tests/scripts/run_demos.py b/integration_tests/scripts/run_demos.py index 4f104c0a90b1..330ebee1065b 100644 --- a/integration_tests/scripts/run_demos.py +++ b/integration_tests/scripts/run_demos.py @@ -46,7 +46,7 @@ def run_demo(demo: str, format: str): def run_iceberg_demo(): demo = "iceberg-sink" file_dir = dirname(abspath(__file__)) - project_dir = dirname(dirname(file_dir)) + project_dir = dirname(file_dir) demo_dir = os.path.join(project_dir, demo) print("Running demo: iceberg-sink")