Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove test already handled by core. #144

Merged
merged 4 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
8 changes: 0 additions & 8 deletions tests/integration/data_tests_test/models/table_copy.sql

This file was deleted.

113 changes: 0 additions & 113 deletions tests/integration/data_tests_test/seed.sql

This file was deleted.

54 changes: 0 additions & 54 deletions tests/integration/data_tests_test/test_data_tests.py

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/integration/data_tests_test/tests/fail_no_ref.sql

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/integration/data_tests_test/tests/pass_no_ref.sql

This file was deleted.

2 changes: 2 additions & 0 deletions tests/integration/sources_test/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import dbt.tracking
import dbt.version
from dbt.events.functions import reset_metadata_vars
from tests.integration.base import DBTIntegrationTest, use_profile, AnyFloat, \
AnyStringWith

Expand Down Expand Up @@ -216,4 +217,5 @@ def _run_source_freshness(self):

@use_profile('snowflake')
def test_snowflake_source_freshness(self):
reset_metadata_vars()
self._run_source_freshness()