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 2021/06/07 13:01:10 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #16030: Update `airflow tasks *` commands to lookup TaskInstances from DagRun Table

kaxil commented on a change in pull request #16030:
URL: https://github.com/apache/airflow/pull/16030#discussion_r646565230



##########
File path: airflow/cli/commands/task_command.py
##########
@@ -24,6 +24,8 @@
 from contextlib import contextmanager, redirect_stderr, redirect_stdout
 from typing import List
 
+from pendulum.parsing import ParserError

Review comment:
       ```suggestion
   from pendulum.parsing.exceptions import ParserError
   ```




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

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