You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/10 17:21:52 UTC

[GitHub] [airflow] alexbegg edited a comment on pull request #18929: Do not require all extra params in salesforce hook

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. 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org