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 2022/03/02 07:27:59 UTC

[GitHub] [airflow] dstandish commented on pull request #19857: Enable json serialization for secrets backend

dstandish commented on pull request #19857:
URL: https://github.com/apache/airflow/pull/19857#issuecomment-1056452743


   @potiuk 
   
   > Also we need some updates to documentation with that one - describing it.
   
   I'm working on it. But it's ultimately gonna require a pretty substantial refactor of the 'managing connections' documentation.  I'd kindof prefer to add that in a separate PR if you're OK with that.
   
   Separately, one thing I considered is, instead of making "default connection serialization format" a config parameter, we could use a "try / except" approach -- if the value is valid json, use it; otherwise try parsing as URI; otherwise fail.  I'm not sure what's best.  WDYT?


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