potiuk commented on issue #30010:
URL: https://github.com/apache/airflow/issues/30010#issuecomment-1468912997

   Maybe you have deprecation warnings disabled. They are enabled by default:
   
   ```
   if not sys.warnoptions:
       warnings.filterwarnings(action="default", category=DeprecationWarning, 
module="airflow")
       warnings.filterwarnings(action="default", 
category=PendingDeprecationWarning, module="airflow")
   ```
   
   Maybe you can check Astronoker documentation of Astronomer deployment and  
reach out to Astronomer support if you should see them, since you are on a 
managed version. 


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