Skip to content

Commit

Permalink
Merge pull request #416 from re-data/fixes/overview-re-data-dir
Browse files Browse the repository at this point in the history
Another fix for DBT 1.6
  • Loading branch information
davidzajac1 committed Dec 21, 2023
2 parents 30954ef + 166a557 commit 30898b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion re_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="0.10.9"
__version__="0.11.0"
2 changes: 1 addition & 1 deletion re_data/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_target_paths(kwargs, re_data_target_dir=None):
project_dict['target-path']
)
if re_data_target_dir:
re_data_target_path = os.path.join(partial.project_root,re_data_target_dir)
re_data_target_path = os.path.join(project_root,re_data_target_dir)
else:
re_data_target_path = os.path.join(dbt_target_path, 're_data')

Expand Down

0 comments on commit 30898b8

Please sign in to comment.