Skip to content

Commit

Permalink
test validate connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 10, 2023
1 parent 9d68c66 commit db3142e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
BaseSnapshotTimestamp
from dbt.tests.adapter.basic.test_table_materialization import \
BaseTableMaterialization
from dbt.tests.adapter.basic.test_validate_connection import \
BaseValidateConnection
from dbt.tests.util import (check_relations_equal, check_result_nodes_by_name,
get_manifest, relation_from_name, run_dbt)
from tests.util import cleanup_s3_location, get_region, get_s3_location
Expand Down Expand Up @@ -284,3 +286,6 @@ class TestDocsGenReferencesGlue(BaseDocsGenReferences):

class TestTableMatGlue(BaseTableMaterialization):
pass

class TestValidateConnectionGlue(BaseValidateConnection):
pass

0 comments on commit db3142e

Please sign in to comment.