techdocsmith commented on PR #13436:
URL: https://github.com/apache/druid/pull/13436#issuecomment-1331323754
@SurajKadam7 the Apache Druid style guide is still WIP.
`auth=('user', 'password')` is OK since it follows Python style.
If we were going for consistency across all languages, the style would call
for all uppercase for variables placeholders `auth=('USER', 'PASSWORD')`
(Druid developer doc sytle)
Avoid abbreviation of `pass` even though they do that in the Requests doc.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]