Skip to content

Commit

Permalink
Re-instate commented out line. Referenced issue was fixed by [PR 7706](
Browse files Browse the repository at this point in the history
…dbt-labs/dbt-core#7706) on May 26, 2023.
  • Loading branch information
kudryk committed May 29, 2024
1 parent a36cbed commit a8fd912
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/adapter/cli_tests/features/steps/fal_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def set_project_folder(context, project: str):
context.temp_dir = tempfile.TemporaryDirectory()
os.environ["project_dir"] = context.base_dir
os.environ["temp_dir"] = context.temp_dir.name

# TODO: re-enable when the issue https://github.com/dbt-labs/dbt-core/issues/7465 is fixed
# os.environ["DBT_TARGET_PATH"] = target_path(context)
os.environ["DBT_TARGET_PATH"] = target_path(context)


@when("the data is seeded")
Expand Down

0 comments on commit a8fd912

Please sign in to comment.