File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ jobs:
159159 if : steps.prerun.outputs.result != 'skip' && github.event_name == 'push'
160160 run : echo "DAGSTER_CLOUD_DEPLOYMENT_NAME=data-eng-prod" >> $GITHUB_ENV
161161
162+ - name : Set PYTHONPATH
163+ run : echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
164+
162165 - name : Prepare dbt project
163166 if : steps.prerun.outputs.result != 'skip' && steps.changed-files.outputs.hooli_data_eng_any_changed == 'true'
164167 run : |
Original file line number Diff line number Diff line change 11import os
22from pathlib import Path
33from dagster_dbt import DbtProject , DbtCliResource
4- from .utils import get_env
4+ from hooli_data_eng .utils import get_env
55
66
77dbt_project_path = Path (__file__ ).parent .parent .parent .joinpath ("dbt_project" )
You can’t perform that action at this time.
0 commit comments