Skip to content

Commit

Permalink
move files that use a data directory into their own directory to av…
Browse files Browse the repository at this point in the history
…oid collisions
  • Loading branch information
mikealfare committed Feb 22, 2024
1 parent 68c8e07 commit 30dc977
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
This file needs to be in its own directory because it uses a `data` directory.
Placing this file in its own directory avoids collisions.
"""
from dbt.tests.adapter.hooks.test_model_hooks import (
BasePrePostModelHooks,
BaseHookRefs,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
This file needs to be in its own directory because it creates a `data` directory at run time.
Placing this file in its own directory avoids collisions.
"""
from dbt.tests.adapter.simple_seed.test_seed import (
BaseBasicSeedTests,
BaseSeedConfigFullRefreshOn,
Expand Down

0 comments on commit 30dc977

Please sign in to comment.