Skip to content

Commit

Permalink
add dbt show tests (dbt-labs#779)
Browse files Browse the repository at this point in the history
* add dbt show tests

* changelog entry

* repoint to core main

* reuse core fixture for dbt show sql header test

* point to @improve-show-fixture dbt-core branch

* undo dev-requirements changes

---------

Co-authored-by: Matthew McKnight <[email protected]>
Co-authored-by: Matthew McKnight <[email protected]>
  • Loading branch information
3 people authored and philippe-boyd-maxa committed Nov 27, 2023
1 parent 64f32af commit c954c8a
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-144814.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:48:14.663178+01:00
custom:
Author: michelleark
Issue: "786"
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 c954c8a

Please sign in to comment.