Lee-W commented on PR #54783:
URL: https://github.com/apache/airflow/pull/54783#issuecomment-3216110523

   > I do not understand your concerns here. (I mean the technical reason, 
maybe due to mis-understanding) - can you elaborate the reason a bit more?
   > 
   > I would propose to make parameter input passing consistent to minimize 
mental load, encoding a params dict in a single value is a lot of mental load 
if somebody wants to prepare a URL, also quotes and special chars need to be 
encoded.
   > 
   > besides this proper docs are needed describing this to users as interface, 
else somebody need to be expert in source tree in order to make a parameterized 
call.
   
   The main reason is that we're not just adding parameter input, but also the 
option we want to preload. If there's only parameter input, I'd say we should 
go with `key=value...`. But now we have 2 things to add, `options` and 
`params`, and `options` might be a valid key for `params`. If we receive 
`options=...`, should we view it as a `options` or show it be part of `params`


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