potiuk commented on PR #42976:
URL: https://github.com/apache/airflow/pull/42976#issuecomment-2409828867

   Actually the error you get is CAUSED by using "". It **should** be `[]`
   
   The error is caused by this line:
   
   ```
           if isinstance(deprecations_ignore, (str, os.PathLike)):
               self.deprecations_ignore = [deprecations_ignore]
   ```
   
   Which turns the "" into a single-element array with empty string.


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