Alearner12 commented on PR #59853:
URL: https://github.com/apache/airflow/pull/59853#issuecomment-3850989911

   Fix CLI masking and connection/variable mappers
   
   - Fix TypeError in connections_get by replacing mask_sensitive with
     show_values=True, hide_sensitive=False
   - Fix CLI masking when show_values and hide_sensitive are enabled
   - Explicitly pass field names to redact() in connection and variable mappers
     to avoid reliance on sensitive_variables_fields initialization
   - Remove unused cast imports
   - Validate redact() behavior with local logic tests
   
   Note: Full pytest not run locally due to Breeze/Docker limitations on 
Windows ,Breeze has Windows encoding issues ('charmap' codec can't encode 
character)
   Docker image pulls had network timeouts
   


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