Skip to content

Commit 4608c8d

Browse files
committed
try relative path
1 parent 3fcf101 commit 4608c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooli_data_eng/dbt/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33
from dagster_dbt import DbtProject, DbtCliResource
4-
from hooli_data_eng.utils import get_env
4+
from .utils import get_env
55

66

77
dbt_project_path = Path(__file__).parent.parent.parent.joinpath("dbt_project")

0 commit comments

Comments
 (0)