diff --git a/dagger/run_dbt_spark_tests.py b/dagger/run_dbt_spark_tests.py index 828c39381..68dc12105 100644 --- a/dagger/run_dbt_spark_tests.py +++ b/dagger/run_dbt_spark_tests.py @@ -95,7 +95,7 @@ async def test_spark(test_args): # setup directories as we don't want to copy the whole repo into the container req_files = client.host().directory( - "./", include=["test.env", "hatch.toml", "pyproject.toml"] + "./", include=["test.env", "hatch.toml", "pyproject.toml", "README.md", "License.md"] ) dbt_spark_dir = client.host().directory("./dbt") test_dir = client.host().directory("./tests")