Skip to content

Commit

Permalink
Temporarily remove the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 25, 2024
1 parent b33fe26 commit 4b5cb8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4b5cb8e

Please sign in to comment.