-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop adding aliases to render_limited output (#1190)
* use dynamic schema in test_grant_access_to.py * use dynamic schema in test_grant_access_to.py * revert setup * Stop adding aliases to render_limited output * add changie
- Loading branch information
1 parent
a81dee0
commit 49d6c1e
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Stop adding aliases to render_limited output | ||
time: 2024-04-23T13:17:52.059553-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
Issue: "1190" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
from dbt.tests.adapter.empty.test_empty import BaseTestEmpty | ||
from dbt.tests.adapter.empty.test_empty import BaseTestEmpty, BaseTestEmptyInlineSourceRef | ||
|
||
|
||
class TestBigQueryEmpty(BaseTestEmpty): | ||
pass | ||
|
||
|
||
class TestBigQueryEmptyInlineSourceRef(BaseTestEmptyInlineSourceRef): | ||
pass |