alexbegg edited a comment on pull request #18929: URL: https://github.com/apache/airflow/pull/18929#issuecomment-965564263
> I see so maybe we need to do get or None instead of slice or None? @dstandish / @josh-fell ~~Doesn't `get` default to None? then why would this need a get or None?~~ **Edit:** Never mind, I just understood that if the key exists but it is an empty string, it should change to None in order to not break the built-in `simple-salesforce` authentication choosing method. Now I understand the need to get or None. -- 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]
