From 2d8d0b1121df27233b352b4fdbf21f7aad77c19f Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Wed, 27 Sep 2023 12:01:12 +0100 Subject: [PATCH] Undo test change out of scope --- tests/operators/test_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operators/test_local.py b/tests/operators/test_local.py index d03b16943..3aa17e0f2 100644 --- a/tests/operators/test_local.py +++ b/tests/operators/test_local.py @@ -195,7 +195,7 @@ def test_run_operator_dataset_inlets_and_outlets(): dbt_cmd_flags=["--models", "stg_customers"], install_deps=True, ) - run_operator >> test_operator + run_operator run_test_dag(dag) assert run_operator.inlets == [] assert run_operator.outlets == [Dataset(uri="postgres://0.0.0.0:5432/postgres.public.stg_customers", extra=None)]