Skip to content

Commit

Permalink
Enable multi project references and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 16, 2024
1 parent 92d345f commit 7cadc87
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions opendbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
import sys
from pathlib import Path

######################
from opendbt.dbt import patch_dbt

patch_dbt()
from opendbt.utils import Utils
######################
from dbt.cli.main import dbtRunner as DbtCliRunner
from dbt.cli.main import dbtRunnerResult
from dbt.config import PartialProject
Expand All @@ -11,14 +17,6 @@
from dbt.exceptions import DbtRuntimeError
from dbt.task.base import get_nearest_project_dir

######################
from opendbt.dbt import patch_dbt
# patch_dbt()
from opendbt.utils import Utils


######################


class OpenDbtLogger:
_log = None
Expand Down

0 comments on commit 7cadc87

Please sign in to comment.