Taragolis commented on code in PR #30258: URL: https://github.com/apache/airflow/pull/30258#discussion_r1146529957
########## .gitignore: ########## @@ -233,3 +233,6 @@ licenses/LICENSES-ui.txt # used to checkout target-branch in CI /target-airflow + +# Dask Executor tests generate this directory +!/tests/executors/dask-worker-space/ Review Comment: ```suggestion /tests/executors/dask-worker-space/ ``` According to PR title we need to ignore this directory. BTW could we control location of this directory. And do we sure that this directory always created here, and do not depend on current working directory? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
