ashb commented on code in PR #43899:
URL: https://github.com/apache/airflow/pull/43899#discussion_r1837920026


##########
Dockerfile.ci:
##########
@@ -660,7 +660,7 @@ function install_airflow() {
 
         # Similarly we need _a_ file for task_sdk too
         mkdir -p ./task_sdk/src/airflow/sdk/
-        touch ./task_sdk/src/airflow/__init__.py
+        touch ./task_sdk/src/airflow/sdk/__init__.py

Review Comment:
   This path was okay before, but since I added `exclude = 
["src/airflow/__init__.py"]` in this PR this path now needs to change.



-- 
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]

Reply via email to