Skip to content

Commit

Permalink
manual backport of pr 927 and fix core pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored and McKnight-42 committed Sep 28, 2023
1 parent 191dc62 commit 08b0790
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20230925-143628.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Add tests for inlined limit + sql-header in dbt show query
time: 2023-09-25T14:36:28.335466+01:00
custom:
Author: michelleark
Issue: "940"
9 changes: 9 additions & 0 deletions tests/functional/adapter/dbt_show/test_dbt_show.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from dbt.tests.adapter.dbt_show.test_dbt_show import BaseShowSqlHeader, BaseShowLimit


class TestBigQueryShowLimit(BaseShowLimit):
pass


class TestBigQueryShowSqlHeader(BaseShowSqlHeader):
pass

0 comments on commit 08b0790

Please sign in to comment.