From 4b5cb8e3167537ec5cbfdc14b6c5e23af31ef331 Mon Sep 17 00:00:00 2001 From: Mila Page Date: Mon, 24 Jun 2024 22:35:05 -0700 Subject: [PATCH] Temporarily remove the limit --- dbt-tests-adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbt-tests-adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py b/dbt-tests-adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py index 3f3d36c5..65fb1b5e 100644 --- a/dbt-tests-adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py +++ b/dbt-tests-adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py @@ -27,6 +27,7 @@ def seeds(self): ], ) def test_limit(self, project, args, expected): + breakpoint() run_dbt(["build"]) dbt_args = ["show", "--inline", fixtures.models__second_ephemeral_model, *args] results = run_dbt(dbt_args)