phanikumv commented on issue #31873:
URL: https://github.com/apache/airflow/issues/31873#issuecomment-1593346865

   > @phanikumv But the name of the variable contain the phrase `api_key` which 
is also part of the sensitive list of terms that should be masked.
   > 
   > How is `arguments` in KPO different from `request_params` in HTTPOperator?
   
   I believe the field name is what which matters. The field `arguments` in KPO 
task doesnt contain anything which is considered "sensitive" whereas the field 
`request_params` in HttpSensor task contains `access_token`
   
   cc @potiuk @hussein-awala  for confirming the above 


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