You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/04 13:31:29 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #21877: AIP-45 Remove dag parsing in airflow run local

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


##########
airflow/models/taskinstance.py:
##########
@@ -710,6 +670,26 @@ def mark_success_url(self):
             "&state=success"
         )
 
+    def current_pid(self) -> str:

Review Comment:
   It doesn't appear to be used anywhere?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org