diff --git a/.changes/unreleased/Under the Hood-20231119-122853.yaml b/.changes/unreleased/Under the Hood-20231119-122853.yaml new file mode 100644 index 000000000..06f8d5e4b --- /dev/null +++ b/.changes/unreleased/Under the Hood-20231119-122853.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Add tests for --empty flag +time: 2023-11-19T12:28:53.795687-05:00 +custom: + Author: michelleark + Issue: "837" diff --git a/tests/functional/adapter/empty/test_empty.py b/tests/functional/adapter/empty/test_empty.py new file mode 100644 index 000000000..37aa45f60 --- /dev/null +++ b/tests/functional/adapter/empty/test_empty.py @@ -0,0 +1,5 @@ +from dbt.tests.adapter.empty.test_empty import BaseTestEmpty + + +class TestSnowflakeEmpty(BaseTestEmpty): + pass