Skip to content

Commit

Permalink
Rename to "dbt_files"
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 1, 2024
1 parent 3942c63 commit 99dd369
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions dbt_ext/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from meltano.edk.process import Invoker, log_subprocess_error
from meltano.edk.types import ExecArg

from . import files
from . import dbt_files

try:
from importlib import resources
Expand Down Expand Up @@ -132,7 +132,7 @@ def initialize(self, force: bool = False) -> None:
log.info("creating dbt project directory", path=self.dbt_project_dir)
self.dbt_project_dir.mkdir(parents=True, exist_ok=True)

files_dir = resources.files(files)
files_dir = resources.files(dbt_files)

for entry in files_dir.joinpath("bundle", "transform").iterdir():
if entry.name == "__pycache__":
Expand Down

0 comments on commit 99dd369

Please sign in to comment.