leakec commented on PR #40035:
URL: https://github.com/apache/airflow/pull/40035#issuecomment-2148746618

   @o-nikolas I think adding the test case is definitely worth it. Also, would 
be great to get feedback on whether that exception should be 
   ```python
   except TypeError:
   ```
   or 
   ```python
   except (AttributeError, TypeError):
   ```
   If it's the former, we should merge what you have in. 


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to