Skip to content

Commit

Permalink
update host directory for dagger to include src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 7, 2025
1 parent 34400e5 commit 10e061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-spark/dagger/run_dbt_spark_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def test_spark(test_args):
# copy project files into image
tst_container = (
tst_container.with_workdir("/")
.with_directory("/src/dbt", client.host().directory("./src/dbt"))
.with_directory("/src/src/dbt", client.host().directory("./src/dbt"))
.with_directory("/src/tests", client.host().directory("./tests"))
.with_directory(
"/src",
Expand Down

0 comments on commit 10e061e

Please sign in to comment.